List child accounts

Returns a paginated list of basic information for the child accounts that exist for your parent account. See Parent and Child Accounts for Akamai Partners for details on these accounts.

📘

This operation can only be accessed by an unrestricted parent user, or restricted parent user with the child_account_access grant.

linode-cli child-account list
Learn more...
child_account:read_only
Learn more...
Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Query Params
integer
≥ 1
Defaults to 1

The page of a collection to return.

integer
25 to 500
Defaults to 100

The number of items to return per page.

Responses

Response body
object
data
array of objects
data
object
date-time

Read-only The activation date and time for the child account.

string
length ≤ 64

Filterable First line of this child account's billing address.

string
length ≤ 64

Filterable Second line of this child account's billing address, if applicable.

number

Read-only This child account's balance, in US dollars.

number

Read-only This child account's current estimated invoice in US dollars. This is not your final invoice balance. Transfer charges are not included in the estimate.

string

Read-only The source of service charges for this account, as determined by its relationship with Akamai. The API returns a value of external to describe a child account in a parent-child account environment.

external

capabilities
array of strings

Read-only A list of the capabilities the child account supports.

capabilities
string
length ≤ 24

Filterable The city for this child account's billing address.

string
length ≤ 128

Filterable The company name for the owner of this child account. It can't include any of these characters: < > ( ) " =. You can't change this value yourself. We use it to create the proxy users that a parent account uses to access a child account. Talk to your account team if you need to change this value.

string

Filterable The two-letter ISO 3166 country code for this child account's billing address.

credit_card
object

Read-only Information for the credit card you've assigned to this child account.

string
length ≤ 128

Filterable The email address of the owner of this child account.

uuid

Read-only An external, unique identifier that Akamai assigned to the child account.

string
length ≤ 50

Filterable The first name of the owner of this child account. It can't include any of these characters: < > ( ) " =.

string
length ≤ 50

Filterable The last name of the owner of this child account. It can't include any of these characters: < > ( ) " =.

string
length ≤ 32

Filterable The phone number for the owner of this child account.

string
length ≤ 24

Filterable The state or province for the billing address (address_1 and address_2, if applicable). If in the United States (US) or Canada (CA), this is the two-letter ISO 3166 State or Province code.

📘

If this is a US military address, use state abbreviations (AA, AE, AP).

string
length ≤ 25

The tax identification number for this child account. Use this for tax calculations in some countries. If you live in a country that doesn't collect taxes, ensure this is an empty string ("").

string

Filterable The zip code of this Account's billing address. The following restrictions apply:

  • Can only contain ASCII letters, numbers, and hyphens (-).
  • Can't contain more than 9 letter or number characters.
integer

Read-only The current page.

integer

Read-only The total number of pages.

integer

Read-only The total number of results.

Language
Credentials