Users in the Zoom desktop client and mobile apps are assigned with a presence status. The presence status informs users of their contact's availability. Users can also change their own presence status to be either "Away", "Do not disturb", or "Available".Use this API to update a user's presence status. A user's status can not be updated more than once per minute, i.e., you can only submit a maximum of 1 update request/minute for a single user. Note that a user's presence status can not be updated using this API if the user is not logged in to the Zoom client.Scopes:user:write, user:write:admin Rate Limit Label:Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://api.zoom.us/v2/users//presence_status'
响应示例响应示例
204 - 示例 1
null
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢204**HTTP Status Code:** `204`<br>
Status updated succesfully.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request**<br>
**Error Code:** `5301`<br>
Request to update the presence status of this user failed.<br>
**Error Code:** `5411`<br>
Unauthorized request. You do not have permission to update the presence status of this use
🟠404**HTTP Status Code:** `404` **Not Found**<br>
**Error Code:** `1001`<br>
User does not exist: {userId}.
🟠429**HTTP Status Code:** `429` **Too Many Requests**<br>
Too many requests submitted to update the presence status of this user. Please wait for the request to be processed and try again later.