Add User

Adds a user.

Request

The user to add.
user_idstringRequired<=500 characters
The unique identifier of the user.
disable_default_ontologybooleanOptional

When true, disables the use of default/fallback ontology for the user’s graph.

emailstringOptional
The email address of the user.
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
deleted_atstring
disable_default_ontologyboolean
emailstring
first_namestring
idinteger
last_namestring
metadatamap from strings to any
Deprecated
project_uuidstring
session_countinteger
Deprecated
updated_atstring
Deprecated
user_idstring
uuidstring

Errors

400
Bad Request Error
500
Internal Server Error