Execute an action on a user session

Creates a background job to perform the action (send message, sign out, disconnect). Poll the statusUrl for progress updates.

Path Params
uuid
required

The unique identifier of the user session.

Body Params

The action request containing the action type.

Request to execute an action on a user session.

string
enum
required
Allowed:
string | null

The title of the message to send to the user.
Required for SendMessage action.

string | null

The body of the message to send to the user.
Required for SendMessage action.

Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json