UserSessionInfo

UserSessionInfo
UserSessionInfo

User session information returned after successful authentication

JSON Example
{
    "email": "string",
    "type": "string",
    "roles": [
        "string"
    ],
    "namespaces": [
        "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
  • SYSTEM - System user
Enumeration: TDM, LDAP, SYSTEM
array of string
roles
Optional

List of roles assigned to the user

Enumeration: SYSTEM_ADMIN, DSM_ADMIN, DSM_USER
array of string
namespaces
Optional

List of namespaces the user has access to

Returned By