Get user sessions for a session host

Returns current user sessions on the host with pagination and filtering.
In Azure AVD, this includes Active, Pending, and Disconnected sessions - any session where the user has not logged off.

Path Params
uuid
required

The unique identifier of the session host.

Query Params
string
length ≤ 256

Sort specification string (e.g. "UserPrincipalName:asc,SessionStartTime:desc").
Default: "SessionStartTime:desc" (most recent sessions first).

int32
1 to 2147483647

The page number to retrieve (1-based). Default: 1.

int32
1 to 100

The number of items per page (1-100). Default: 50.

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