Update User

Updates a user.

Path parameters

userIdstringRequired
User ID

Request

Update User Request
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 to update

Response

The user that was updated.
created_atstring
deleted_atstring
emailstring
fact_rating_instructionobject
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
404
Not Found Error
500
Internal Server Error