GetChildrenAccounts

View as Markdown

Gets the info about all children accounts.

Allowed roles: Owner.

Example request: Get the specified children.

Authentication

AuthorizationBearer
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: ``` Authorization: Bearer $VOXIMPLANT_TOKEN ``` See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.

Query parameters

child_account_idlist of integersOptional

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

child_account_namestringOptional

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

child_account_emailstringOptional

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

activebooleanOptional
Whether the filter is active
frozenbooleanOptional
Whether the filter is frozen
ignore_invalid_accountsbooleanOptionalDefaults to false

Whether to ignore the invalid ‘child_account_id’ items

brief_outputbooleanOptionalDefaults to false

Whether to output the account_id only

medium_outputbooleanOptionalDefaults to false

Whether to output the account_id, account_name, account_email only

countintegerOptionalDefaults to 20
The max returning record count
offsetintegerOptionalDefaults to 0

The first N records are skipped in the output

order_bystringOptionalDefaults to child_account_name

The following values are available: ‘child_account_id’, ‘child_account_name’ and ‘child_account_email’

return_live_balancebooleanOptionalDefaults to true
Whether to get the user live balance

Response

Successful response
resultlist of objects
total_countinteger
The total found user count
countinteger
The returned user count