Skip to main content
POST
Create an end-user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
data_mail
string<email>
required

Customer email address. Shown in the dashboard; used to identify the user.

data_id
string

Your internal user ID. Useful for cross-system tracking.

data_name
string

Username. Lowercase only, no spaces.

Pattern: [a-z0-9_]
data_full_name
string

Full name used in emails and communications.

data_img
string<uri>

URL of the user avatar image.

data
object

Set of key-value pairs to attach as metadata.

Response

200 - application/json

OK

status
string
data
object