Skip to main content
POST
Create User

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string

Email associated with the user (max 50 characters)

displayName
string

User Display Name of the user (max 50 characters)

refId
string

The client ID associated with the user

Response

success
boolean
required
Example:

true

data
object
required