POST {{baseUrl}}/users/:userId/assistants
Assign assistants to a user. In the request body, provide either the user's ID or the user's email address. For user-level apps, pass the Assistants are the users to whom the current user has assigned scheduling privilege. Assistants can schedule meetings on behalf of the current user, and can also manage and act as an alternative host for all meetings if the admin has enabled the co-host option on the account. Prerequisites:
* The user as well as the assistant must have Licensed or an On-prem license.
* Assistants must be under the current user's account, or the assistants' account must be in the same organization as the current user's account. Scopes: Rate Limit Label: me
value instead of the userId
parameter.user:write:admin
,user:write
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"add_at": "<dateTime>",
"ids": "<string>"
} |
ENDPOINTS