Skip to main content

We are on a process to create a small web application which will call ringcentral api behind the ui. We want to set the user presence status from the app.

Which api shall I call to set the presence status of a user?

Have you tried with presence status api?

ReadUserPresenceStatus will show current status of user:

https://developers.ringcentral.com/api-reference/Presence/readUserPresenceStatus

And UpdateUserPresenceStatus will set a new updated presence status:

https://developers.ringcentral.com/api-reference/Presence/updateUserPresenceStatus


Read these blogs to learn more:

Building a Presence and Call Monitor App with RingCentral APIs

API Spotlight: Presence


Reply