java.lang.Object
com.ringcentral.paths.restapi.account.extension.callqueues.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)
    • put

      public UserCallQueues put(UserCallQueues userCallQueues) throws RestException, IOException
      Updates a list of call queues where the user is an agent. This is a full update request, which means that if any call queue where the user is an agent is not mentioned in request, then the user is automatically removed from this queue.

      HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/call-queues Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCallQueuePresence

      Throws:
      RestException
      IOException