Update User

Updates a user.

Path parameters

userIdstringRequired
User ID

Request

Update User Request
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 to update
time_zonestring or nullOptional
The user's IANA time zone. Null clears the existing value.

Response

The user that was updated.
created_atstringOptional
deleted_atstringOptional
disable_default_ontologybooleanOptional
emailstringOptional
first_namestringOptional
idintegerOptional
last_namestringOptional
metadatamap from strings to anyOptional
Deprecated
project_uuidstringOptional
session_countintegerOptional
Deprecated
time_zonestring or nullOptional
updated_atstringOptional
Deprecated
user_idstringOptional
uuidstringOptional

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error