apiUserSession

This is the model for interactive user session information in the API.

A user may have more than one active session. Each such session will have its own session object.

JSON

property type description
name name (string) The username associated with the session.

This will be the same value shown to the logged in user in the UI, which will normally be the same value they typed when logging in, but it is possible that in certain external authentication scenarios, it will differ from that value.

remoteAddr remoteAddr (string) The remote IP address for the session.

This will be the remote IP address for the last request made as part of this session. It is not guaranteed to be the same IP address as was previously used, or the address used to initiate the session.

lastRequest lastRequest (dateTime) The date and time of the last request received as part of this session.

This will be returned in ISO 8601 format from the REST API.