LeanUserProfileDto

LeanUserProfileDto
LeanUserProfileDto

Define user profile with default organization, locale and language.

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

The alternative email preferred by the user for notification purposes.

string
customerNumber
Optional

The customer number.

string
defaultOrgId
Optional

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

boolean
isFederated
Optional

If the user is authenticated by external identity provider.

string
language
Optional

Language preferences of the user.

string
linkedUserIdAccount
Optional

The account of the linked user.

string
locale
Optional

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

Property Of