Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.17 KB

File metadata and controls

14 lines (10 loc) · 1.17 KB

Okta.Sdk.Model.BaseContextUserProfile

Properties

Name Type Description Notes
Login string The username used to identify the user. This is often the user's email address. [optional]
FirstName string The first name of the user [optional]
LastName string The last name of the user [optional]
Locale string The user's default location for purposes of localizing items such as currency, date time format, numerical representations, and so on. A locale value is a concatenation of the ISO 639-1 two-letter language code, an underscore, and the ISO 3166-1 two-letter country code. For example, `en_US` specifies the language English and country US. This value is `en_US` by default. [optional]
TimeZone string The user's timezone [optional]

[Back to Model list] [Back to API list] [Back to README]