Azure AD Extension Attributes

Michel AL HAYEK 187 Reputation points
2022-01-13T11:03:16.73+00:00

Hello guys, does anyone knows how to change extension attributes display name using Microsoft Graph API Explorer? and what kind of permissions should I consent?
I'm trying to change the customAttribute1 display name to something else. Also, is it feasible to add/update the extension attributes from the AAD user profile page?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,701 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,582 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,311 Reputation points
    2022-01-13T11:21:42.313+00:00

    Hi @Anonymous • Thank you for reaching out.

    It is not possible to change the extension attributes display name. Trying to do so will result in the below error:

    164639-image.png

    Rather than changing the customAttribute1 display name to something else, you can create new Extension attribute with the name of your choice. Please refer to my blog post Azure AD Schema extension for users in 10 easy steps for detailed step-by-step instructions including what permissions are required.

    It is NOT feasible to add/update the extension attributes from the AAD user profile page. It has to be done by using Graph Call or Powershell Cmdlet, which eventually makes a graph call in the backend.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful