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

Import Account from Azure AD with Filter

aarthianand93
New Contributor III
New Contributor III

Hi Team,

We need to import account of one specific user from Azure AD into Saviynt. 

Should we use the ACCOUNTS_FILTER option or is there any other feature that can exclude all other accounts except the specific user's? Please let us know if there is any sample code template for this. 

We are using the OOTB connector for Azure AD.

 

Regards,

Aarthi Anand

5 REPLIES 5

Manu269
All-Star
All-Star

Specific account import from Azure AD using ACCOUN... - Saviynt Forums - 46278

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

aarthianand93
New Contributor III
New Contributor III

Hi @Manu269,

So the ACCOUNTS_FILTER if mentioned like name equals "user_name", will this bring in only the specific user account from Azure AD?

Regards,

Aarthi Anand

Hi @aarthianand93 , make sure you don't delete all accounts while trying to bring just one user. Check your status and threshold configs properly. 

AmitM_0-1718719362921.png

if you just need to do this one time , better to do it via CSV upload. If this is on-going operational thing, you can write a Java code to fetch , Entra ID user and update Saviynt using APIs.

Thanks,

Amit

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".

NM
Honored Contributor II
Honored Contributor II

Hi @aarthianand93 yes name eq 'value' 

Should work.

rushikeshvartak
All-Star
All-Star

Use ACCOUNTS_FILTER under Azure AD connector as 

name eq 'aarthi


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