Skip to main content
POST
Create/Add user

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string
required

First name

last_name
string
required

Last name

email
string<email>
required

Email address

role
enum<string>
required

Role

Available options:
admin,
developer,
monitor,
billing

Response

User created successfully

message
string