Users
Create a User
POST
/
users
Authorizations
X-API-KEY
string
headerrequiredBody
application/json
name
string
requiredThe full name of the user. It doens't have to be unique for the client.
email
string
requiredThe 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.
Response
201 - application/json
user_id
string
requiredUnique identifier for user
created_at
string
requiredCreation time in UTC of the user
name
string
requiredThe full name of the user. It doens't have to be unique for the client.
email
string
requiredThe 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.