Click HERE to see how Saviynt Intelligence is transforming the industry. |
12/20/2023 12:04 AM
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
12/21/2023 09:01 PM
Hi Varsha,
You may refer the below post for this:
https://forums.saviynt.com/t5/identity-governance/azure-ad-connector-account-import/m-p/13612
12/21/2023 09:14 PM - edited 12/21/2023 09:19 PM
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"
}
}