{ "operationId": "Get a group", "method": "GET", "path": "/identity/scim/{orgId}/v2/Groups/{groupId}", "summary": "Get a group", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:Group", "urn:scim:schemas:extension:cisco:webexidentity:2.0:Group" ], "id": "cb8f48e4-5db2-496b-b43d-83d8d5a2a4b3", "displayName": "wade_test_ccbeca2c-5f25-4c3a-b03c-e3bbc5368405@webex.identity.com", "externalId": "test", "members": [ { "value": "c5349664-9f3d-410b-8bd3-6c31f181f13d", "type": "user", "example": "https://example.com/v2/Users/c5349664-9f3d-410b-8bd3-6c31f181f13d", "display": "A user" }, { "value": "ffd2164c-b938-46dd-8b2f-def6c33b45d0", "type": "group", "example": "https://example.com/v2/Groups/ffd2164c-b938-46dd-8b2f-def6c33b45d0", "display": "A nested group" } ], "meta": { "resourceType": "group", "created": "2011-08-01T21:32:44.882Z", "lastModified": "2011-08-01T21:32:44.882Z", "version": "W/\"e180ee84f0671b1\"", "location": "https://example.com/v2/Groups/e9e30dba-f08f-4109-8486-d5c6a331660a" }, "urn:scim:schemas:extension:cisco:webexidentity:2.0:Group": { "usage": "location", "inheritances": [ { "type": "role", "value": "id_full_admin", "nested": false, "scope": [ "user" ] } ], "owners": [ { "value": "bb9e77e5-91c3-4006-87c7-c18d885174c7" }, { "value": "93e10e81-f836-434c-8e4c-8f496aeef8d5" } ], "managedBy": [ { "orgId": "e82f0522-09b1-49fb-9fff-735fee313456", "type": "user", "id": "0f0c3024-73dc-4e1f-b4b0-f47e67c0399c", "role": "location_full_admin" }, { "orgId": "cd828192-269c-4bc7-943b-273555227961", "type": "machine", "id": "4ecec95a-0493-4df0-bd1c-c97712561077", "role": "id_user_admin" } ], "provisionSource": "AD", "meta": { "organizationID": "e9f9ab27-0459-4cd0-bd72-089bde5a7da6" } } } } ] }