Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.messagethreads.assign.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()post(AssignMessageThreadRequest assignMessageThreadRequest) Assigns, unassigns, or reassigns the thread.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public MessageThread post(AssignMessageThreadRequest assignMessageThreadRequest) throws RestException, IOException Assigns, unassigns, or reassigns the thread. The authorized user must be in the list of thread monitors, otherwise the API returns a 403 error.HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/message-threads/{threadId}/assign Rate Limit Group: Medium App Permission: SMS
- Throws:
RestExceptionIOException
-