Add User

Adds a user.

Headers

AuthorizationstringRequired

Header authentication of the form Api-Key <token>

Request

This endpoint expects an object.
user_idstringRequired
The unique identifier of the user.
emailstringOptional
The email address of the user.
fact_rating_instructionobjectOptional
Optional instruction to use for fact rating.
first_namestringOptional
The first name of the user.
last_namestringOptional
The last name of the user.
metadatamap from strings to anyOptional
The metadata associated with the user.

Response

The user that was added.
created_atstring or null
deleted_atstring or null
emailstring or null
fact_rating_instructionobject or null
first_namestring or null
idinteger or null
last_namestring or null
metadatamap from strings to any or null
Deprecated
project_uuidstring or null
session_countinteger or null
Deprecated
updated_atstring or null
Deprecated
user_idstring or null
uuidstring or null

Errors