List user assistants
GET {{baseUrl}}/users/:userId/assistants
List a user's assistants. For user-level apps, pass
the
me
value
instead of the
userId
parameter.
Assistants are users who the current user has assigned scheduling privilege . These assistants can schedule meetings on behalf of the current user, as well as manage and act as an alternative host for all meetings if the admin has enabled the co-host option on the account.
Prerequisites:
- Current user as well as the assistant must have Licensed or an On-prem license.
- Assistants must be under the current user's account.
Scopes:
user:read:admin
,
user:read
Rate Limit Label
:
Medium
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"assistants":[{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"}]}