Add a user.

POST

Add a user.

Request

This endpoint expects an object.
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.

user_idstringOptional

The unique identifier of the user.

Response

This endpoint returns an object.
created_atstringOptional
deleted_atstringOptional
emailstringOptional
first_namestringOptional
idintegerOptional
last_namestringOptional
metadatamap from strings to anyOptional
project_uuidstringOptional
session_countintegerOptional
updated_atstringOptional
user_idstringOptional
uuidstringOptional

Errors