ListResponse[GroupResponse]
Paginated response containing Group Response records. The required field is items.
items object[]required
List of resource items
Array [
id object
anyOf
- string
- null
string
nameName (string)required
alias object
anyOf
- string
- null
string
categoryCategory (string)
Default value:
groupproviderProvider (string)
Possible values: [local, oidc]
Default value:
localexternal_id object
anyOf
- string
- null
string
synced_at object
anyOf
- integer
- null
integer
created_at object
anyOf
- integer
- null
integer
updated_at object
anyOf
- integer
- null
integer
itemItem (string)requireddeprecated
]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
Default value:
falseListResponse[GroupResponse]
{
"items": [
{
"id": "string",
"name": "string",
"alias": "string",
"category": "group",
"provider": "local",
"external_id": "string",
"synced_at": 0,
"created_at": 0,
"updated_at": 0
}
],
"next_cursor": "string",
"has_more": false
}