Number of APIs: 2
DELETE {{baseUrl}}/users/:userId/schedulers
Delete all of a user's schedulers. For user-level apps, pass the 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: Rate Limit Label: me
value instead of the userId
parameter.user:write:admin
,user:write
Light
GET {{baseUrl}}/users/:userId/schedulers
List all of a user's schedulers. For user-level apps, pass the Schedulers in this context are users who can schedule meetings for the current user. For example, if the current user, the user whose Prerequisites
* Current user must be under the same account as the scheduler. Scopes: Rate Limit Label: me
value instead of the userId
parameter.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.user:read:admin
,user:read
Medium
ENDPOINTS