Session Context Structure (2022/06)
All Session Context Structure entities are structured as follows:
entity
:
Network
 Nullable<NetworkInfo> read-only: A reference to a network which a current person may be logged into, in scope of the current session. Thenull
value means that the person is signed out from all the networks.AuthorizationScope
string read-only:Â A space-separated array of scope tokens granted to the current user in a given session. A successful response will include the self value only (for example, "bsn.api.self")LastModifiedDate
DateTime read-only: The date when the session context was last modified. See DateTime for more information about this data type.
Â