[{"label":"Latest (v1.0)","version":"latest"}]
csp

LeanUserProfileDto

Define user profile with default organization, locale and language.


Properties

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.

JSON Example

{
	"alternativeEmail": "string",
	"customerNumber": "string",
	"defaultOrgId": "string",
	"isFederated": false,
	"language": "string",
	"linkedUserIdAccount": "string",
	"locale": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

UserDto

Feedback

Was this page helpful?