Gets a session whose session id is provided in the path

get

/oam/services/rest/access/api/v1/session/{sessionId}

Gets a session by sessionId.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

SessionData Object is returned if session is found.
Body ()
Root Schema : SessionData
Type: object
Show Source
Nested Schema : UserAttributes
Type: object
Additional Properties Allowed
Show Source
Collection of Name Value pair attributes
Show Source
Nested Schema : NameValueAttribute
Type: object
Show Source

401 Response

Unauthorized

404 Response

Users OAM Session not found

408 Response

Session that was being retrieved has timed out

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top