v21

latestOpenAPI 3.1.0MIT Licenseraw.githubusercontent.com2026-08-0317123232.1 KB
Account Users

Create an Account User

Create an Account User

post/platform/api/v1/accounts/{account_id}/account_users

Request body

user_idinteger required

The ID of the user

rolestring required

whether user is an administrator or agent

Example request

{
  "user_id": 1,
  "role": "administrator"
}

Response

Success

account_idinteger

The ID of the account

user_idinteger

The ID of the user

rolestring

whether user is an administrator or agent