Okta.Sdk.Model.IdentitySourceUserProfileForUpsert

October 22, 2025 ยท View on GitHub

Contains a set of external user attributes and their values that are mapped to Okta standard and custom profile properties. See the profile object and Declaration of a Custom Identity Source Schema in Using anything as a source. > Note: Profile attributes can only be of the string type.

Properties

NameTypeDescriptionNotes
EmailstringEmail address of the user[optional]
FirstNamestringFirst name of the user[optional]
HomeAddressstringHome address of the user[optional]
LastNamestringLast name of the user[optional]
MobilePhonestringMobile phone number of the user[optional]
SecondEmailstringAlternative email address of the user[optional]
UserNamestringUsername of the user[optional]

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