PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Azure AD REST connector import marks accounts in SFIS status

SeemaDas
New Contributor III
New Contributor III

I have a requirement to fetch signInActivity.lastSignInDateTime from Azure AD using REST connector. After running recon job, the accounts are getting marked as SFIS. Log shows "Suspending/Inactivating (based on AccountsNotInFile Action) Accounts. Any guidance/suggestions?

 

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

change below config in STATUS_THRESHOLD_CONFIG

{
"statusAndThresholdConfig": {
"accountThresholdValue": 100,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": true,
"statusColumn": "customproperty1",
"activeStatus": [
"active"
],
"deleteLinks": true
}
}

 

  • inactivateAccountsNotInFile: Specify true or false to instruct the connector to mark accounts that are not imported during import as inactive or SUSPENDED FROM IMPORT SERVICE. When set to true, accounts that are not imported during import are marked as inactive. The default value is false.


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