API Endpoint(s) and/or Zoom API Event(s)
PUT /users/{userId}/presence_status
Description
Updating user status from Away to Busy makes user Available. No errors received
How To Reproduce
Set user presence to Busy via API which returns 204, presence updates in Zoom Workplace to Busy, user.presence_status_updated webhook received with "presence_status":"Busy"
Set user presence to Away via API which returns 204, presence updates in Zoom Workplace to Away then immediately switches to Available, only one user.presence_status_updated webhook received with "presence_status":"Available"