Organizations

Organization Sub Accounts management

Create and manage organization sub accounts

Get organization sub accounts

get

Get a list of sub accounts for the specified organization. You must have sub account management permissions for this organization.

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token

Path parameters
organization_idinteger · int64 · min: 1Required

Unique organization ID

Example: 1001
Responses
200

Returns the list of sub accounts belonging to the organization.

application/json
get
/api/organizations/{organization_id}/sub_accounts

Create organization sub account

post

Create a new sub account under the specified organization. You must have sub account management permissions for this organization.

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token

Path parameters
organization_idinteger · int64 · min: 1Required

Unique organization ID

Example: 1001
Body
Responses
200

Sub account created successfully.

application/json
post
/api/organizations/{organization_id}/sub_accounts

Last updated

Was this helpful?