listUserSchedulers.Rd
List all the schedulers of a user. Schedulers in this context are the users for whom the current user can schedule meetings for.For instance, if the current user i.e., the user whose userId was passed in the path parameter of this API call is user A, the response of this API will contain a list of user s , for whom user A can schedule and manage meetings. User A is the assistant of these users and thus has scheduling privilege for these user s . **Prerequisites**:* Current user must be under the same account as the scheduler.**Scopes**: user:read:admin user:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
listUserSchedulers(userId, return_response = F)
userId | The user ID or email address of the user. For userlevel apps, pass me as the value for userId. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |