Skip to main content
POST
Create client users

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

clientId
integer
required

Client ID.

Body

application/json
username
string<email>
required

User's email address.

password
string<password>
required

User's password.

user_role
object
required

User's group.

name
string | null

User's name.

Response

OK.

name
string | null

User's name.

username
string<email>

User's email address.

user_role
object

User's group.