본문으로 건너뛰기

ListResponse[GroupResponse]

Paginated response containing Group Response records. The required field is items.

items object[]필수

List of resource items

  • Array [
  • id object
    하나 이상(anyOf)
    string
    nameName (string)필수
    alias object
    하나 이상(anyOf)
    string
    categoryCategory (string)
    기본값: group
    providerProvider (string)

    Possible values: [local, oidc]

    기본값: local
    external_id object
    하나 이상(anyOf)
    string
    synced_at object
    하나 이상(anyOf)
    integer
    created_at object
    하나 이상(anyOf)
    integer
    updated_at object
    하나 이상(anyOf)
    integer
    itemItem (string)필수사용 중단
  • ]
  • next_cursor object

    Cursor for next page

    하나 이상(anyOf)
    string
    has_moreHas More (boolean)

    Whether more pages exist

    기본값: false
    ListResponse[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
    }