Skip to main content
POST
Create an Account User

Authorizations

api_access_token
string
header
required

This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.

Path Parameters

account_id
integer
required

The numeric ID of the account

Body

application/json
user_id
integer
required

The ID of the user

Example:

1

role
string
required

whether user is an administrator or agent

Example:

"administrator"

Response

Success

account_id
integer

O ID da conta

user_id
integer

O ID do usuário

role
string

whether user is an administrator or agent