java.lang.Object
com.ringcentral.paths.restapi.account.extension.unifiedpresence.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • 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