GetChildrenAccounts
Gets the info about all children accounts.
Allowed roles: Owner.
Example request: Get the specified children.
Gets the info about all children accounts.
Allowed roles: Owner.
Example request: Get the specified children.
The account ID list separated by semicolons (;). You need to specify at least one of the following parameters: child_account_id, child_account_name, child_account_email
The child account name to filter. You need to specify at least one of the following parameters: child_account_id, child_account_name, child_account_email
The child account email to filter. You need to specify at least one of the following parameters: child_account_id, child_account_name, child_account_email
Whether to ignore the invalid ‘child_account_id’ items
Whether to output the account_id only
Whether to output the account_id, account_name, account_email only
The first N records are skipped in the output
The following values are available: ‘child_account_id’, ‘child_account_name’ and ‘child_account_email’
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.