Logo
Zoom Public API Documentation

scim2-Users-{userId}

Number of APIs: 4


1. 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. 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. Delete a user

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

Use this API to delete a user.

OAuth Scope: scim2
Rate Limit Label: Light



4. Deactivate a user

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

Use this API to activate or deactivate a user.

OAuth Scope: scim2
Rate Limit Label: Light



ENDPOINTS