API Endpoint(s) and/or Zoom API Event(s)
PUT /users/{userId}/presence_status
Description
Setting user presence to away via API does not always trigger user.presence_status_updated. No errors received.
How To Reproduce
- Set user presence to
Availablevia API which returns204, presence updates in Zoom Workplace toAvailable,user.presence_status_updatedwebhook received with"presence_status":"Available"
- Set user presence to
Awayvia API which returns204, presence updates in Zoom Workplace toAway, nouser.presence_status_updatedwebhook with the update is received.
- Set user presence to
Availableagain via API which returns204, presence updates in Zoom Workplace toAvailable, nouser.presence_status_updatedwebhook with the update is received.
- Set user presence to
Busyvia API which returns204, presence updates in Zoom Workplace toBusy,user.presence_status_updatedwebhook received with"presence_status":"Busy"