Retrieve a single user session by its ID.

Behavior: Returns the details of a specific user session including user information, session metadata (browser type, IP address, start and last activity dates), and current status.

Authorization: Requires a valid Bearer token (class-level [Authorize]).

Side Effects: None.

Error Scenarios: Returns 404 if no session exists with the specified ID.

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

The unique identifier (Guid) of the user session to retrieve.

Responses

401

The caller is not authenticated.

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