Reference: Peakon SCIM 2.0 API Payload
This topic lists the required and optional attributes for creating or updating user profiles in SCIM-compliant systems. It outlines the schemas and attributes, such as
userName
, name
, locale
, and timezone
, which you must define at the payload's top level. It also provides information on optional attributes like employeeNumber
under the enterprise schema and additional user-specific details like Gender
, Age
, Region
, and Job Title
under the Peakon schema.Payload | Criteria |
|---|---|
| Required. These are the schemas you need to define at the beginning of the payload. |
| Required for creation. Optional for update. userName (email), name (comprised of givenName and familyName), locale , timezone , etc. to be set at top level. |
| Optional for creation and update (if userName is present). Include employeeNumber under the schema "urn:..:extension: .enterprise :2.0:User" |
| Optional for creation and update. Include any other attributes under the schema "urn:..:extension: .peakon :2.0:User" |