java.lang.Object
com.ringcentral.paths.restapi.account.messagethreads.resolve.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)
    • post

      public MessageThread post() throws RestException, IOException
      Resolves a message thread (sets the status to `Resolved`). The current status of the thread must be `Open` for this operation to succeed. The authorized user must be in the list of thread monitors, otherwise the API returns a 403 error.

      Once the thread is resolved its `assignee` attribute is cleared automatically.

      HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/message-threads/{threadId}/resolve Rate Limit Group: Medium App Permission: SMS

      Throws:
      RestException
      IOException