---
title: "Syncing Extension Attributes from Azure AD"
slug: "syncing-extension-attributes-from-azure-ad"
updated: 2024-01-16T22:06:30Z
published: 2024-01-16T22:06:30Z
canonical: "help.opensense.com/syncing-extension-attributes-from-azure-ad"
---

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

# Syncing Extension Attributes from Azure AD

#### In order to properly sync in extension attributes from Azure AD, we need the attribute name along with the Azure tenant ID. This document should be sent to a Microsoft Administrator. Please note that we are limited in our assistance here because finding attribute information is dependent on your Azure AD environment.

## Locate the attribute name and tenant ID

1. Azure AD Graph Explorer
2. Enter

```
https://graph.windows.net/{{yourdomain.com}}/users/{{user@yourdomain.com}}
```

		Be sure to replace **{{yourdomain.com}}** and **{{user@yourdomain.com}}** with **your own** domain and user**For example:**

```
https://graph.windows.net/opensense.com/users/tori.scharadin@opensense.com
```
3. **Note: user choice is arbitrary**
4. Log in before pressing “GO”
5. Copy results into a text file or directly into an email (data dump will look similar to screenshot below)

![](https://cdn.document360.io/05b0e12d-96a6-4b75-a423-672ab2be88d7/Images/Documentation/syncExtension1.png)

1. Send to Opensense representative

If extension attributes cannot be located in Azure AD environment, they need to be added in with the Microsoft Azure Active Directory Connect tool.

See [how to connect sync feature directory extensions](https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-directory-extensions)
