You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Profile object for a User is defined by a composite Schema of base and custom properties using a JSON path to reference subschemas. The `#base` properties are defined and versioned by Okta, while `#custom` properties are extensible. Custom property names for the Profile object must be unique and can't conflict with a property name defined in the `#base` subschema.
66435
+
id:
66436
+
type: string
66437
+
readOnly: true
66438
+
description: URI of User Schema
66439
+
lastUpdated:
66440
+
type: string
66441
+
readOnly: true
66442
+
description: Timestamp when the Schema was last updated
description: ZIP code or postal code component of the User's address (`postalCode`)
66824
+
SamlIdpSchemaBase:
66825
+
description: |-
66826
+
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.
66827
+
66828
+
The base User Profile is based on the [System for Cross-domain Identity Management: Core Schema](https://tools.ietf.org/html/draft-ietf-scim-core-schema-22#section-4.1.1) and has the standard properties detailed below.
0 commit comments