Authorizations
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
The numeric ID of the user on the platform
Body
application/json
Name of the user
Example:
"Daniel"
Display name of the user
Example:
"Dan"
Email of the user
Example:
"daniel@acme.inc"
Password must contain uppercase, lowercase letters, number and a special character
Example:
"Password2!"
Custom attributes you want to associate with the user
Example:
{}
Response
Success
Available options:
agent
, administrator
Available for users who are created through platform APIs and has custom attributes associated.