Logo
Zoom Public API Documentation

Zoom SCIM2 API

Number of APIs: 11


1. scim2-Users-{userId} - Get a user

GET {{baseUrl}}/scim2/Users/:userId

Use this API to return information about a specific user.

OAuth Scope: scim2
Rate Limit Label: Light



2. scim2-Users-{userId} - Update a user

PUT {{baseUrl}}/scim2/Users/:userId

Use this API to update a user's information.

OAuth Scope: scim2
Rate Limit Label: Light



3. scim2-Users-{userId} - Delete a user

DELETE {{baseUrl}}/scim2/Users/:userId

Use this API to delete a user.

OAuth Scope: scim2
Rate Limit Label: Light



4. scim2-Users-{userId} - Deactivate a user

PATCH {{baseUrl}}/scim2/Users/:userId

Use this API to activate or deactivate a user.

OAuth Scope: scim2
Rate Limit Label: Light



5. scim2-Users - List users

GET {{baseUrl}}/scim2/Users?startIndex=1&count=1&filter=<string>

Use this API to list all users. You can include additional query parameters to filter the response.

OAuth Scope: scim2
Rate Limit Label: Medium



6. scim2-Users - Create a user

POST {{baseUrl}}/scim2/Users

Use this API to create a new user.

OAuth Scope: scim2
Rate Limit Label: Light



7. scim2-Groups-{groupId} - 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



8. scim2-Groups-{groupId} - Update a group

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

Use this API to update a group's information.

OAuth Scope: scim2
Rate Limit Label: Medium



9. scim2-Groups-{groupId} - Delete a group

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

Use this API to delete a group.

OAuth Scope: scim2
Rate Limit Label: Medium



10. scim2-Groups - List groups

GET {{baseUrl}}/scim2/Groups?startIndex=1&count=1&filter=<string>

Use this API to list all groups. You can include additional query parameters to filter the response.

OAuth Scope: scim2
Rate Limit Label: Medium



11. scim2-Groups - Create a group

POST {{baseUrl}}/scim2/Groups

Use this API to create a new group.

OAuth Scope: scim2
Rate Limit Label: Medium



ENDPOINTS