Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

200-OK

Statuscode

200

Sample response:

Code Block
{
    "schemas": [
        "urn:ietf:params:scim:api:messages:2.0:ListResponse"
    ],
    "totalResults": 1,
    "itemsPerPage": 1,
    "startIndex": 1,
    "Resources": [
        {
            "meta": {
                "resourceType": "Group"
            },
            "displayName": "Group1DisplayName4",
            "members": [
                {
                    "value": "6dec03a9-dedd-4940-8763-6201761d022e"
                }
            ],
            "externalId": "07a68030-746b-4a1d-b01e-f3e1f8602526",
            "id": "68cba83b-56f8-442c-9044-72f2674a738c",
            "schemas": [
                "urn:ietf:params:scim:schemas:core:2.0:Group"
            ]
        }
    ]
}

 

 


Members property

Unless explicitly excluded, the members property will return an array of Talentech-Ids for the users who are a part of the group