Core Schema
info
The emails attribute is mandatory.
warning
Only one address, one email and one phoneNumber are supported.
Mapping
This is the mapping for Core User Schema attributes:
| SCIM User | Fairjungle User | Read-Only | Note |
|---|---|---|---|
| id | id | ✅ | |
| externalId | Synchronized but not exposed in fairjungle user. Value must be set by idP. | ||
| meta.resourceType | ✅ | Always User | |
| meta.created | createdAt | ✅ | |
| meta.lastModified | ✅ | ||
| meta.location | ✅ | ||
| addresses[0].formatted | ✅ | Concatenation of all address parts. | |
| addresses[0].streetAddress | address.streetAddress | ||
| addresses[0].locality | address.city | ||
| addresses[0].region | address.region | ||
| addresses[0].postalCode | address.postalCode | ||
| addresses[0].country | address.countryCode | ||
| addresses[0].primary | ✅ | Always true | |
| addresses[0].type | Synchronized but not exposed in fairjungle user. | ||
| active | archived | archived meaning is the inverse of active | |
| emails[0].primary | ✅ | Always true | |
| emails[0].type | Synchronized but not exposed in fairjungle user. | ||
| emails[0].value | |||
| groups | ✅ | ||
| name.familyName | lastName | ||
| name.givenName | firstName | ||
| phoneNumbers[0].primary | ✅ | Always true | |
| phoneNumbers[0].type | Synchronized but not exposed in fairjungle user. | ||
| phoneNumbers[0].value | phoneNumber | ||
| userName | Synchronized but not exposed in fairjungle user. If value is not set by idP then the fairjungle email value is returned. |
info
A Read-Only attribute is returned by server but is ignored when client creates or updates a user.
Custom Mapping
Following core attributes can be assigned to custom mappings:
| SCIM User |
|---|
| displayName |
| name.honorificPrefix |
| name.honorificSuffix |
| name.middleName |
| nickname |
| title |
| userType |