Logo
Zoom Public API Documentation

users-{userId}-schedulers

Number of APIs: 2


1. Delete user schedulers

DELETE {{baseUrl}}/users/:userId/schedulers

Delete all of a user's schedulers. For user-level apps, pass the me value instead of the userId parameter.

Schedulers are users on whose behalf the current user (assistant) can schedule meetings for. By calling this API, the current user will no longer be a scheduling assistant of any user.

Prerequisites: * Current user (assistant) must be under the same account as the scheduler.

Scopes: user:write:admin,user:write

Rate Limit Label: Light



2. List user schedulers

GET {{baseUrl}}/users/:userId/schedulers

List all of a user's schedulers. For user-level apps, pass the me value instead of the userId parameter.

Schedulers in this context are users who can schedule meetings for the current user. For example, if the current user, the user whose userId was passed in the path parameter, is User A, this API's response will list all users for whom User A can schedule and manage meetings. User A is the assistant of these users, and thus has scheduling privilege for these users.

Prerequisites * Current user must be under the same account as the scheduler.

Scopes: user:read:admin,user:read

Rate Limit Label: Medium



ENDPOINTS