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

NameTypeDescriptionNotes
FirstNamestringGiven name of the User (`givenName`)
LastNamestringThe family name of the User (`familyName`)
EmailstringThe primary email address of the User. For validation, see RFC 5322 Section 3.2.3.
LoginstringThe unique identifier for the User (`username`)

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