LeanUserProfileDto

LeanUserProfileDto
LeanUserProfileDto

Define user profile with default organization, locale and language.

JSON Example
{
    "isFederated": false,
    "linkedUserIdAccount": "string",
    "alternativeEmail": "string",
    "language": "string",
    "locale": "string",
    "defaultOrgId": "string",
    "customerNumber": "string"
}
boolean
isFederated
Optional

If the user is authenticated by external identity provider.

string
linkedUserIdAccount
Optional

The account of the linked user.

string
alternativeEmail
Optional

The alternative email preferred by the user for notification purposes.

string
language
Optional

Language preferences of the user.

string
locale
Optional

Locale preferences of the user. Applies to date and time format.

string
defaultOrgId
Optional

The identifier of the default organization where the user is logged in.

string
customerNumber
Optional

The customer number.

Property Of