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
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"schedulers":[{"email":"\u003cstring\u003e","id":"\u003cstring\u003e","pmi":"\u003clong\u003e"},{"email":"\u003cstring\u003e","id":"\u003cstring\u003e","pmi":"\u003clong\u003e"}]}