Okta.Sdk.Model.OrgCreationAdminProfile
October 22, 2025 ยท View on GitHub
Specifies the profile attributes for the first super admin user. The minimal set of required attributes are email, firstName, lastName, and login. See profile for additional profile attributes.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FirstName | string | Given name of the User (`givenName`) | |
| LastName | string | The family name of the User (`familyName`) | |
| string | The primary email address of the User. For validation, see RFC 5322 Section 3.2.3. | ||
| Login | string | The unique identifier for the User (`username`) |