GET {{baseUrl}}/users/:userId/assistants
List a user's assistants. For user-level apps, pass the 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: Rate Limit Label: me
value instead of the userId
parameter.user:read:admin
,user:read
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"assistants": [
{
"email": "<string>",
"id": "<string>"
},
{
"email": "<string>",
"id": "<string>"
}
]
} |
ENDPOINTS