> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinq.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Entra ID field reference

> Which directory attributes Blinq accepts from Microsoft Entra ID, and which SCIM schema they belong to.

<Info>
  The Blinq gallery app in Entra pre-populates these mappings. You can remove any you don't want to send, but you shouldn't need to add any.
</Info>

## Attribute mapping

| Entra attribute                                               | SCIM field        | Schema                   |
| ------------------------------------------------------------- | ----------------- | ------------------------ |
| `userPrincipalName`                                           | `userName`        | Core — required          |
| `Switch([IsSoftDeleted], , "False", "True", "True", "False")` | `active`          | Core — required          |
| `displayName`                                                 | `displayName`     | Core                     |
| `mail`                                                        | `emails[0].value` | Core                     |
| `givenName`                                                   | `name.givenName`  | Core                     |
| `surname`                                                     | `name.familyName` | Core                     |
| `jobTitle`                                                    | `title`           | Core                     |
| `telephoneNumber` / `mobile`                                  | `phoneNumbers`    | Core — map one, not both |
| `companyName`                                                 | `organization`    | Enterprise extension     |
| `department`                                                  | `department`      | Enterprise extension     |

Enterprise-extension attributes are sent under `urn:ietf:params:scim:schemas:extension:enterprise:2.0:User`.

To customize how these values land on the card, see [Blinq field mapping](/features/field-mapping).

## Fields Blinq creates

When tag sync is enabled, contact, workspace, and campaign tags are written to custom fields on the provisioned record.

## Profile photos

Blinq can sync profile images over SCIM, but Entra ID doesn't expose them. Photos are added to a card by the card owner or a workspace admin.

<Info>
  Microsoft's [Blinq provisioning tutorial](https://learn.microsoft.com/en-us/entra/identity/saas-apps/blinq-provisioning-tutorial) lists a broader attribute set than this page, including employee number and additional email and address types. This page is the authority on what Blinq does with an attribute once it arrives.
</Info>

<hr />

### Need help?

For any questions or issues, [contact Blinq support](https://support.blinq.me/en/) or email [support@blinq.me](mailto:support@blinq.me).
