Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:58 PM
Hi All,
We have requirement to provision user manager updates (updates from HR system) to AzureAD (Cloud Only account). Manager attribute is added as a dynamic attribute on endpoint with SQL to retrieve the manager's AzureAD account 'ObjectId' for provisioning.
Refer following configuration. Assign manager using following configuration works fine with CreateAccountJSON but fails when configured in UpdateAccountJSON.
"httpParams": "{\"url\": \"https://graph.windows.net/MyOrg/directoryObjects/${requestAccessAttributes.get('dynManagerAttr')}/Microsoft.DirectoryServices.User\"}",
Error:
Call response: {"odata.error":{"code":"Request_ResourceNotFound","message":{"lang":"en","value":"Resource 'null' does not exist or one of its queried reference-property objects are not present."},"requestId":"a5b5688a-647b-4dd8-b252-e642ec43e034","date":"2020-07-05T12:24:09"}}
Please share any pointer to resolve this issue.
Thanks,
Pallavi
Solved! Go to Solution.
04/12/2022 02:02 PM
04/12/2022 02:02 PM
Hi Pallavi. Please try managerAccount binding to get account attributes of the requested user for the same endpoint.
Sample: In case you want to map accountID of manager's account, you can use ${managerAccount.accountID}
Please let me know in case of any queries. Thanks