Powershell or api for customizing User attribute mapping of Entra Id

Azuretech 90 Reputation points
2023-12-13T17:23:56.7133333+00:00

I want to create a new extension with some name "abc" and same name I want to give in destination Tenant . Can you please let me know if there is any graph api or powershell command for the same.

This is required during Tenant synchronization in AD tenant.

User's image

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,590 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,942 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-12-14T05:26:36.63+00:00

    Hello,

    If you have extened the attribute in your AD schema, you should be able to add the attributes from AAD connect directory extensions: https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-directory-extensions

    If you are checking for cloud extensions, you can find reference with the below docs:

    PowerShell

    https://learn.microsoft.com/en-us/powershell/azure/active-directory/using-extension-attributes-sample?view=azureadps-2.0

    MS Graph

    https://learn.microsoft.com/en-us/graph/api/resources/extensionproperty?view=graph-rest-1.0

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.