Get a SCIM group

get/scim/v2/Groups/{groupId}

Returns a single SCIM group resource.

Request Samples

1

Response Samples

1{
2 "id": "e2c9c521-6b7c-49d2-8fff-7a3df8c03cf4",
3 "displayName": "TestScimGroup1",
4 "externalId": "8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159",
5 "schemas": [
6 "urn:ietf:params:scim:schemas:core:2.0:Group"
7 ],
8 "meta": {
9 "resourceType": "Group",
10 "created": "2025-10-16T13:50:44.645Z",
11 "lastModified": "2025-10-16T13:50:44.645Z"
12 }
13}

Path Parameters

NameTypeRequiredDescription
groupId
string<object-id>
true

Unique identifier for the group resource (SCIM ID).

Query Parameters

NameTypeRequiredDescription
attributes
string
false

A comma-separated list of attribute names to return in the response.

excludedAttributes
string
false

A comma-separated list of attribute names to exclude from the response.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
401Unauthorized

Authentication is required.

403Forbidden

The authenticated user does not have sufficient privileges.

Schema
404Not Found

The SCIM group could not be found.

Schema