Update a user's presence status
PUT
/users/{userId}/presence_status
Users
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.
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 参数
userId
string
必需
Body 参数multipart/form-data
duration
integer
可选
Do_Not_Disturb
, specify a duration in minutes for which the status should remain as Do_Not_Disturb
.>= 20<= 1440
status
enum<string>
可选
Away
Do_Not_Disturb
Available
Away
to Do_Not_Disturb
Available
to Do-Not_Disturb
Do_Not_Disturb
to Away
Do_Not_Disturb
to Available
Available
to Away
Away
to Available
枚举值:
Do_No_DisturbAwayAvailable
返回响应
修改于 2024-04-24 09:06:48