/api/space/user-management/users/{uid}/active-user-sessions/{rid}
The following operations are supported on this resource:
GET /api/space/user-management/users/{uid}/active-user-sessions/{rid} (v1)
This API accepts an active user session ID and a user ID as arguments and returns information about the user session associated with the specified user.
Access Control
The following capabilities are required to access this API:
"ReadRole"
Example Usage
GET /api/space/user-management/users/{uid}/active-user-sessions/{rid}Parameters
Name | Type | URI Type | Description | Required |
uid | int | Path | The ID of the user whose session is to be retrieved.. | Y |
rid | int | Path | The session ID of the session to be retrieved. | Y |
Content Types
-
Produces content types:
application/vnd.net.juniper.space.user-management.active-user-session-ref+xml;version=1
application/vnd.net.juniper.space.user-management.active-user-session-ref+json;version=1
application/vnd.net.juniper.space.user-management.user-active-user-session+json;version=1
application/vnd.net.juniper.space.user-management.user-active-user-session+xml;version=1