Hi Team, We see an issue during full import of access for AzureAD. Job is failing due to below error.Connection Name: AzureAD ReconJob Name: AAD_Access_ImportError: "Data truncation: Data too long for column 'CUSTOMPROPERTY6' at row 1" After that, we...
Hi All,As per FD document during import if account is not present in AD it should change the accountname and status. And it's not happening."inactivateAccountsNotInFile: Use this attribute to instruct the connector to mark accounts that are not impor...
Hi Team,
We are unable to provision disable account request (created vis Postman API call) for Admin Account that is linked with the user.
API call body:
{
"requesttype": "DISABLEACCOUNT",
"endpoint": "Active Directory PA",
"accountnam...
Hi Expert,We are using sav4sav rest based connection where we are using ImpotUserJson as per below. But it's importing all existing "External Contractor" from the users table, but we are looking to extract only newly created users in system. Could y...
Hi Experts,How can we assign SAV role to the newly created users from Postman API?Using a connector there is an option to assign an SAV role in the import job itself.Thank you,
Hi Sivagami,As per your suggestion we tried with same in ENTITLEMENT_FILTER_JSON. We had "onPremisesSecurityIdentifier" in Entitlement Attribute section.But while importing access we are getting same number of access(#106) that is already exist in s...
Hi Rushikesh,I have also tried with requestor, but I got the below error. I gave the requestor as username that is attached with admin account but it showed my username (I have generated the token).Thanks
Hi SK,Thanks for your reply.I used "user.createdate >= '2023-01-17'" along with user query and it worked. But I want to use current system date in place of hard code date.Thanks