Assistants are the users to whom the current user has assigned scheduling privilege. These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled Co-host option on the account. Use this API to assign assistants to a user. In the request body, provide either the User ID or the email address of the user.
Prerequisite:
The 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:write:adminuser:write Rate Limit Label:Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://api.zoom.us/v2/users//assistants'
响应示例响 应示例
201 - response
{"add_at":"string [date-time]","ids":"string"}
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢201**HTTP Status Code:** `201`<br>
Assistant added.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request**<br><br>
**Error Code:** `200`<br>
Current account must be paid account: $userId <br>
The user must either be a Licensed user or an On-prem user : $userId. <br>
Can't assign scheduling privilege to yourself.<br>
🟠404**HTTP Status Code:** `404` **Not Found**<br>
**Error Code:** `1001`<br>
User does not exist: $userId.<br>