Update a user's presence status
PUT {{baseUrl}}/users/:userId/presence_status
Update a user's presence status. For user-level apps, pass the me
value instead of the userId
parameter.
A user's status cannot be updated more than once per minute. For example, you can only submit a maximum of one update request per minute for a single user.
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 one the following: * Away * Do not disturb * Available * In a calendar event * Presenting * In a Zoom meeting * On a call * Out of Office * Busy
Note that a user's presence status cannot be updated via this API if the user is not logged in to the Zoom client.
Scopes: user:write:admin
,user:write
Rate Limit Label: MEDIUM
Request Body
{"duration"=>"<integer>", "status"=>"Presenting"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |