v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBAccounts
Post an account grant
Adding account users to company account by email domain.
post/v4/accounts/{accountId}/users
Path parameters
accountIdstring required
Unique Account Company identifier
Response
OK - Adding account users to company account accountId was successful
Example response
{
"tenantId": "test_account_users",
"subTenantId": "test_account_users",
"user_id": "0123456789ABCD",
"account_id": "0123456789ABCD",
"user_type": "user",
"user_email": "joe$RAND+2@yahoo.com"
}