Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Population manager for entraID in createaccount json

supriya15
New Contributor
New Contributor

Hi Team,

We have configured AzureAD connector for Entraid and now we want to map manager attribute in createaccount json but we have to pass upn of users manager to populate manager attribute of entrai. One option is to store upn in some cp of user and then use. But do we have any other way to achieve this ?

"manager@odata.bind": "https://graph.microsoft.com/v1.0/users/${user.managerUPN}"

Regards,

Supriya

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You can have another get call to get users UPN using graph api in call1 then call2 create account


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi @rushikeshvartak ,

I was able to add that in createaccount json but facing issue in reconciliation, not able to reconcile manager from EntraID.

Regards,

Supriya