Skip to main content
GET
/
api
/
v1
/
scim
/
v2
/
Groups
{
  "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:ListResponse"
  ],
  "totalResults": 123,
  "itemsPerPage": 123,
  "startIndex": 123,
  "Resources": [
    {
      "schemas": [
        "<string>"
      ],
      "id": "<string>",
      "meta": {
        "version": "<string>",
        "location": "<string>",
        "lastModified": "2023-11-07T05:31:56Z",
        "created": "2023-11-07T05:31:56Z",
        "resourceType": "Group"
      },
      "displayName": "<string>",
      "members": [
        {
          "value": "<string>",
          "display": "<string>"
        }
      ]
    }
  ]
}

Query Parameters

filter
string

Filter to apply to the group list (optional)

startIndex
number

Index of the first group to return (optional)

count
number

Number of groups to return (optional)

Response

200 - application/json

Ok

schemas
enum<string>[]
required
totalResults
number
required
itemsPerPage
number
required
startIndex
number
required
Resources
object[]
required