Get all active user sessions, offline shared-access users, and pending invitations for a live channel.

Behavior: Returns the list of users associated with a live channel, organized into two groups: Items contains currently online users with active sessions, and RelatedItems contains offline shared-access users (with " (offline)" suffix on LastName) and users with pending invitations. Currently only supports live channel content definitions — other content types return an empty result. The authenticated user is always included in the online results.

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

Side Effects: None.

Error Scenarios: Returns an empty result if the id does not match a supported live channel content definition. Returns 404 if the session data cannot be retrieved.

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

Optional. Must be the LiveChannelContentDefinitionId (LVEP) to return results. Can also be a UserSessionId, UserId, ContentId, or ContentDefinitionId but only LVEP is currently supported.

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