Create a user

POST
/v1/admin/users/

Create a user

Request

This endpoint expects an object.
first_namestringRequired

The first name of the user

last_namestringRequired

The last name of the user

emailstringRequired

The email of the user

roleslist of enumsRequired
Allowed values: ADMINDEVELOPERSUPPORT

The roles the user has assigned to them

phonestringOptional

The phone number of the user

Response

Successful response

resultobject

Errors

Built with