Get a SCIM group
get/scim/v2/Groups/{groupId}
Returns a single SCIM group resource.
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}
| Name | Type | Required | Description |
|---|---|---|---|
groupId | string<object-id> | true | Unique identifier for the group resource (SCIM ID). |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 401 | Unauthorized | Authentication is required. | ||
| 403 | Forbidden | The authenticated user does not have sufficient privileges. | Schema | |
| 404 | Not Found | The SCIM group could not be found. | Schema |