POST
/
users

Authorizations

X-API-KEY
string
header
required

Body

application/json
email
string
required

The email of the user. The field does not have to be a real email address. It can be the user’s identifier in your system.

name
string
required

The full name of the user. It doens't have to be unique for the client.

Response

201 - application/json
created_at
string
required

Creation time in UTC of the user

email
string
required

The email of the user. The field does not have to be a real email address. It can be the user’s identifier in your system.

name
string
required

The full name of the user. It doens't have to be unique for the client.

user_id
string
required

Unique identifier for user