User

Add a user.

POST
Add a user.

Request

This endpoint expects an object.
email
stringOptional
The email address of the user.
first_name
stringOptional
The first name of the user.
last_name
stringOptional
The last name of the user.
metadata
map from strings to anyOptional
The metadata associated with the user.
user_id
stringOptional
The unique identifier of the user.

Response

This endpoint returns an object
created_at
stringOptional
deleted_at
stringOptional
email
stringOptional
first_name
stringOptional
id
integerOptional
last_name
stringOptional
metadata
map from strings to anyOptional
project_uuid
stringOptional
session_count
integerOptional
updated_at
stringOptional
user_id
stringOptional
uuid
stringOptional

Errors