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

How to Import a particular account from AD

Diwakar
Regular Contributor
Regular Contributor

We have requirement to import a particular service account (SVC-CPAM-WIN-DEV) from AD. In AD connection we are using below ADVANCE_FILTER_JSON to import that account.

{
"AdvanceFilter": {
"CN=SVC-CPAM-WIN-DEV,OU=Service Accounts,OU=Administration,OU=XXXX,DC=ad,DC=XXX,DC=com":["(&(objectClass=user))"]}}

But same is not getting imported after running the account import JOB and getting below error. 

Error:

Failed to import one or more object types. Check
the Job Log Details page for more information.

Please help to achieve our use case.

3 REPLIES 3

rushikeshvartak
All-Star
All-Star
{
  "AdvanceFilter": {
    OU=Service Accounts,OU=Administration,OU=XXXX,DC=ad,DC=XXX,DC=com": [
      "(&(objectCategory=person)(objectClass=user)(cn=SVC-CPAM-WIN-DEV))",
      "(&(objectCategory=person)(objectClass=user)(sAMAccountName=SVC-CPAM-WIN-DEV))"
    ]
  }
}

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

This worked, thanks Rushi for your quick support and help.

NM
Honored Contributor II
Honored Contributor II

Hi @Diwakar you can add the full path of the account in search filter.