Okta.Sdk.Model.UserSchemaPublic

October 22, 2025 ยท View on GitHub

All custom profile properties are defined in a profile subschema with the resolution scope #custom. > Notes: > * When you refer to custom profile attributes that differ only by case, name collisions occur. This includes naming custom profile attributes the same as base profile attributes, for example, firstName and FirstName. > * Certain attributes are reserved and can't be used for custom user profiles. See Review reserved attributes.

Properties

NameTypeDescriptionNotes
IdstringThe subschema name[optional] [readonly]
PropertiesDictionary<string, UserSchemaAttribute>The `#custom` object properties[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]