Organizations

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
get
/api/organizations/{organization_id}/sub_accounts
cURL

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
post
/api/organizations/{organization_id}/sub_accounts
cURL

Last updated

Was this helpful?