List groups

This operation lists all groups the administrator can manage for the current account and contract type or other managed accounts using the accountSwitchKey parameter. The account and contract type are determined by the access tokens in your API client.

Query Params
boolean
Defaults to false

Includes information about actions such as edit or delete that you can take for the object, false by default. Don't confuse this with the action parameter, which applies to the Set two-factor authentication operation.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Response

Response body
array of objects
object
actions
object

Specifies activities available for the group.

string
required
length ≥ 1

The user who created the group.

date-time
required

ISO 8601 timestamp indicating when the group was created.

integer
required
≥ 1

Unique identifier for each group.

string
required
length ≥ 1

Descriptive label for the group.

string
required
length ≥ 1

The user who last edited the group.

date-time
required

ISO 8601 timestamp indicating when the group was last updated.

integer
≥ 0

Unique identifier for the parent group within the group tree. If you're viewing group info for a root-level group, you may not see this member.

subGroups
array of objects
required
length ≥ 0

Children of the parent group. Permissions cascade downward from parent to child unless the child group's isBlocked is true.

subGroups*
object
Language
Authentication
URL