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
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The subschema name | [optional] [readonly] |
| Properties | UserSchemaBaseProperties | [optional] | |
| Required | List<string> | A collection indicating required property names | [optional] [readonly] |
| Type | string | The object type | [optional] [readonly] |