Sends a ping to indicate the client is still connected to the stage session.

Behavior: Pings the server to tell it that the client is still connected. The userSessionId normally comes from the Login or AuthToken command. Optionally updates the user's screen name. Returns 404 if the session is not found.

Authorization: Requires an authenticated user (class-level [Authorize]).

Side Effects: The session's last activity timestamp is updated. The user's screen name may be updated if the sn parameter is provided.

Error Scenarios: Returns 401 if the user is not authenticated. Returns 404 if the session ID is not found or has expired.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The user session ID of the logged-in user, typically obtained from the Login or AuthToken command.

Query Params
string

The latest screen name of the user (optional).

Responses

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