How to add additional fields for user contact information within Entra user properties

Tim Broome 0 Reputation points
2024-01-30T11:52:35.51+00:00

Hi all, I need to add an additional field to allow additional contact information such as a second telephone number into the "Job Information" tab within user properties. I can see I can click an add link to include "Manager" & "Sponsors" but no way of adding anything else. I would like to do this for all users within the Tenent. Many thanks Tim

Microsoft Security Microsoft Entra Other
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2024-01-30T17:14:13.23+00:00

    You cannot add more fields in the UI. What you can do is use one of the built-in extensionAttributeXX, as detailed for example here: https://learn.microsoft.com/en-us/graph/api/resources/onpremisesextensionattributes?view=graph-rest-1.0 Another alternative that does have an UI is Custom Security attributes: https://learn.microsoft.com/en-us/entra/fundamentals/custom-security-attributes-overview If neither of those work for you, there are other methods that allow you to "extend" the Azure AD schema with additional attributes, but they all require additional configuration and can only be set via the Graph API.

    0 comments No comments

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.