GET {{baseUrl}}/scim2/Groups/:groupId
Use this API to return information about a specific group. OAuth Scope: scim2
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"meta": {
"resourceType": "<string>"
},
"schemas": [
"<string>",
"<string>"
],
"displayName": "<string>",
"urn:ietf:params:scim:schemas:extension:zoom:2.0:Group": {
"emailAlias": "<string>"
}
} |
ENDPOINTS