Kind: Interface
Source: atloria-monorepo/apps/api/src/scim/scim.mapper.ts
User ⇄ SCIM resource mapping (RFC 7643 §4.1).
Atloria stores a single name string, so we surface it as name.formatted +
displayName and best-effort split into given/family for IdPs that show them.
userName is the email (User.email is globally unique and is the SCIM handle).
Properties
| Property | Type |
|---|---|
formatted | string |
givenName | string |
familyName | string |
Was this page helpful?