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

Manager import issue in Azure AD connector

vyadav
New Contributor II
New Contributor II

Hi All,

We have Azure AD Rest connector to import users where we also have another REST connector just to import Managers of users. Azure AD type connector is used to import all accounts and accesses from Azure AD.

Now client need a compliance report where we need manager files to be imported to the accounts where we are using Azure AD type connector. 

Is it possible to import manager using Azure AD type connector?

Thanks,

Varsha

2 REPLIES 2

adarshk
Saviynt Employee
Saviynt Employee

rushikeshvartak
All-Star
All-Star

You can import manager using azure connector

{
	"acctLabels": {
		"customproperty10": "AccountStatus",
"customproperty13": "User Type",
"customproperty14": "Directory Synced",
"customproperty17": "Owner",
"customproperty16": "Account Type",
"customproperty12": "Account Description"
	},
	"colsToPropsMap": {
		"accountID": "id~#~char",
		"name": "userPrincipalName~#~char",
"displayname": "displayName~#~char",
		"customproperty10": "accountEnabled~#~bool",
"customproperty13": "userType~#~char",
"customproperty14": "onPremisesSyncEnabled~#~bool",
"customproperty17": "manager~#~char",
"customproperty16": "city~#~char",
"customproperty12": "companyName~#~char"
	}
}

 

rushikeshvartak_0-1703222354420.png

 

 


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