Okta.Sdk.Model.UserSchemaBase

October 22, 2025 ยท View on GitHub

All Okta-defined profile properties are defined in a profile subschema with the resolution scope #base. You can't modify these properties, except to update permissions, to change the nullability of firstName and lastName, or to specify a pattern for login. They can't be removed. The base user profile is based on the System for Cross-domain Identity Management: Core Schema and has the standard properties detailed below.

Properties

NameTypeDescriptionNotes
IdstringThe subschema name[optional] [readonly]
PropertiesUserSchemaBaseProperties[optional]
RequiredList<string>A collection indicating required property names[optional] [readonly]
TypestringThe object type[optional] [readonly]

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