UserSessionInfo

UserSessionInfo
UserSessionInfo

User session information returned after successful authentication

JSON Example
{
    "email": "string",
    "type": "string",
    "roles": [
        "string"
    ]
}
string
email
Optional

Email address of the authenticated user

string
type
Optional

Type of user authentication. Valid values are:

  • TDM - Local TDM user
  • LDAP - LDAP authenticated user
Possible values are : TDM, LDAP,
array of string
roles
Optional

List of roles assigned to the user

Possible values are : SYSTEM_ADMIN, DSM_ADMIN, DSM_USER,
Returned By