Logo
Zoom Public API Documentation

scim2-Groups-{groupId}

Number of APIs: 3


1. Get a group

GET {{baseUrl}}/scim2/Groups/:groupId

Use this API to return information about a specific group.

OAuth Scope: scim2
Rate Limit Label: Light



2. Delete a group

DELETE {{baseUrl}}/scim2/Groups/:groupId

Use this API to delete a group.

OAuth Scope: scim2
Rate Limit Label: Medium



3. Update a group

PATCH {{baseUrl}}/scim2/Groups/:groupId

Use this API to update a group's information.

OAuth Scope: scim2
Rate Limit Label: Medium



ENDPOINTS