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
| Name | Type | Description | Notes |
|---|---|---|---|
| string | Email address of the user | [optional] | |
| FirstName | string | First name of the user | [optional] |
| HomeAddress | string | Home address of the user | [optional] |
| LastName | string | Last name of the user | [optional] |
| MobilePhone | string | Mobile phone number of the user | [optional] |
| SecondEmail | string | Alternative email address of the user | [optional] |
| UserName | string | Username of the user | [optional] |