ListResponse[GroupResponse]
Paginated response containing Group Response records. The required field is items.
items object[]필수
List of resource items
Array [
id object
하나 이상(anyOf)
- string
- null
string
nameName (string)필수
alias object
하나 이상(anyOf)
- string
- null
string
categoryCategory (string)
기본값:
groupproviderProvider (string)
Possible values: [local, oidc]
기본값:
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)필수사용 중단
]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
기본값:
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
}