How to Sync Custom Attributes from Entra ID (Azure AD) to Xink

Short answer:
To use a custom attribute from Active Directory or Entra ID (Azure AD) in Xink, you must first identify the correct property name and then map it to a custom field in Xink.

When is this needed?

This applies to hybrid environments where custom attributes exist in Active Directory (on-premises) or Entra ID (Azure AD), and you want to use them in Xink email signature templates.

Step 1: Find the Entra ID (Azure AD) property name

  1. Go to the Microsoft Graph Explorer.
  2. Sign in with a Global Admin account.
  3. Accept the required permissions if prompted.
  4. Change the API version from v1.0 to beta.

  1. In the query field, enter a request using the user’s User Principal Name (UPN).

  1. Run the query and locate your custom attribute in the response (often shown as an extension property).

Alternative: Use PowerShell

You can also retrieve extension attributes using PowerShell:

Get-AzureADUser -SearchString user@domain.com | Select -ExpandProperty ExtensionProperty

Step 2: Create and map the field in Xink

  1. Go to Preferences > Fields in the Xink portal.
  2. Click the + icon to create a new field.

  1. Paste the Entra ID property name into the Property Name field.
  2. Click Save.

Step 3: Verify the sync

The custom field will be populated after the next Entra ID (Azure AD) sync.

Explanation

Custom attributes from Active Directory are synchronized to Entra ID as extension properties. Xink can read these values when the correct property name is mapped to a custom field.

Once mapped, the data can be used dynamically in email signature templates.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.
Quick 1-on-1 Demo | Ⓒ 2026 Xink