API Endpoint(s) and/or Zoom API Event(s)
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/updatePresenceStatus
PUT api zoom us/v2/users/{user_id}/presence_status , with json {"status":"Away"}
Bearer token sent in the header
Description
I’ve got an account level, oAuth app, with the scopes “user:write:admin, user:read:admin”.
- Auth through - zoom us/oauth/authorize
- Get a token from - zoom us/oauth/token
- In the response from the token uri, I see the corrects scopes.
- I take the access token, and try to update my presence. I’ve tried both my user id and “/users/me/presence_status” … and it returns a 401
Error?
401 Unauthorized
{
"code": 124,
"message": "Invalid access token."
}