Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.unifiedpresence.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns the unified presence status of the requested user(s).patch
(UpdateUnifiedPresence updateUnifiedPresence) Updates the unified presence for the current user specified in path.path()
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns the unified presence status of the requested user(s). The set of parameters returned by this method differs whether you return the requester's presence or any other user presence. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/unified-presence Rate Limit Group: Medium App Permission: ReadPresence User Permission: ReadPresenceStatus- Throws:
RestException
IOException
-
patch
public UnifiedPresence patch(UpdateUnifiedPresence updateUnifiedPresence) throws RestException, IOException Updates the unified presence for the current user specified in path. HTTP Method: patch Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/unified-presence Rate Limit Group: Medium App Permission: EditPresence User Permission: EditPresenceStatus- Throws:
RestException
IOException
-