List Account Group Names
GET/cloud/group/name
Returns list of account group IDs, names, and whether or not the group was created automatically.
Rate Limits
- Request rate limit: 32/sec
- Burst Rate: 32/sec
Request
Query Parameters
include_auto_created boolean
Include account groups that were automatically created during cloud onboarding. Default is true.
Responses
- 200
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
autoCreated boolean
Boolean to indicate if account group is automatically created
id string
Account Group ID
name stringrequired
Name
[
{
"autoCreated": true,
"id": "string",
"name": "string"
}
]
Loading...