Is it possible to populate Sponsor(s) through API driven Inbound Provisioning?

Mithunkumar Chopda 41 Reputation points
2023-12-20T05:26:20.4866667+00:00

The Azure Active Directory Schema Editor (when Schema Editor is enforced true) does not display the Sponsors field for mapping to Source for API Driven Inbound Provisioning.

Manually adding this field as Multi Value Referenced field to AAD schema and mapping it to enterprise2.0 User schema field "Sponsors"
upsets the Bulk Upload's user mapping logic. This leads to Updates been determined as Create and Sync fails with error "user with specified external id already exists"

The Graph API too doesn't list Sponsors on User object without using $expand. So what is the correct way for sending Sponsor's information in the Bulk Upload payload?

The Graph API allows updating Sponsors on single user using a OData Reference Url referencing a User.

This syntax is similar to how Manager is updated except that Manager is NOT a multi-valued field.

Bulk Upload allows updating Manager field (it's present on Enterprise User schema). Is Sponsors also a part of Enterprise2.0 Schema?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.