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
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"schedulers": [
{
"email": "<string>",
"id": "<string>",
"pmi": "<long>"
},
{
"email": "<string>",
"id": "<string>",
"pmi": "<long>"
}
]
} |
ENDPOINTS