# ScimUserInput

**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#L43)

The fields we accept back FROM an IdP on create/replace.

## Properties

| Property | Type |
|---|---|
| `userName` | `string` |
| `name` | `string` |
| `externalId` | `string` |
| `active` | `boolean` |
