Skip to main content

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
    nameName (string)required
    alias object
    anyOf
    string
    categoryCategory (string)
    Default value: group
    providerProvider (string)

    Possible values: [local, oidc]

    Default value: local
    external_id object
    anyOf
    string
    synced_at object
    anyOf
    integer
    created_at object
    anyOf
    integer
    updated_at object
    anyOf
    integer
    itemItem (string)requireddeprecated
  • ]
  • next_cursor object

    Cursor for next page

    anyOf
    string
    has_moreHas More (boolean)

    Whether more pages exist

    Default value: 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
    }