Okta.Sdk.Model.BaseContextUserProfile

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
LoginstringThe username used to identify the user. This is often the user's email address.[optional]
FirstNamestringThe first name of the user[optional]
LastNamestringThe last name of the user[optional]
LocalestringThe 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]
TimeZonestringThe user's timezone[optional]

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