Create an Account User
POST
/platform/api/v1/accounts/{account_id}/account_users
Account Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/platform/api/v1/accounts//account_users' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"user_id": 0,
"role": "string"
}'
Response Response Example
200 - Example 1
{
"account_id": 0,
"user_id": 0,
"role": "string"
}
Request
Path Params
account_id
stringÂ
required
Body Params application/json; charset=utf-8