API-driven provisioning to Microsoft Entra ID not filling Email feild

Aidan McGill 0 Reputation points
2024-10-07T08:43:57.5066667+00:00

While provisioning users using the API-driven provisioning to Microsoft Entra ID

In the app, we have been successful in creating a user and filling out all the required fields except for the user's Email.

In the mappings for the Api we have the Microsoft Entra ID attribute set to “Mail” and the API attribute set to “emails[type eq "work"].value”

The body of the post request contains:

          "emails": [

           {

            "value": "******@AzureADTest.com",

            "type": "Work",

            "primary": true

           }

 

When we look at the users information the Email is not filled out why might this be the case ?

Thanks 

Screenshot 2024-10-07 094042

 

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Givary-MSFT 35,621 Reputation points Microsoft Employee Moderator
    2024-10-10T12:33:15.07+00:00

    @Aidan McGill Thank you for reaching out to us, similar ask I have answered in the past on this QnA post - https://learn.microsoft.com/en-us/answers/questions/1462426/api-driven-inbound-provisioning-service-not-popula request you to review the same.

    If you still have further questions, feel free to post back would be happy to discuss further on the same.

    Please remember to "Accept Answer" if answer helped, so that others in the community facing similar issues can easily find the solution.

    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.