Post
/v1/sys/session/select_account/{account-id}
"Select one of the user's account to proceed. This is applicable when a user is associated with one or more account."
Security
API Key
Header parameter nameAuthentication
A JWT bearer token to be passed once authenticated.
Path parameters
account-id
string (uuid) Required
UUID of an Account.
Responses
200
Session Info.
object
session_info
object (SessionInfo)
subject_id
string (uuid)
session_expires_at
integer (int64)
Timestamp of when session will expire.
session_token_expires_at
integer (int64)
Timestamp of when session token will expire.
selected_account_id
string (uuid)
The selected account ID, if one is selected.