# ScimName

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/scim/scim.mapper.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/scim/scim.mapper.ts#L13)

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` |
