HI Team,
I want to create a workflow with a scheduled search trigger that will get me all the accounts from the source that have managerID as Admin.
Then i need to do certain operations on them.
Is this possible?
If yes what will be the search query?
@Deepanshu07
Let me know if my understanding is correct :
You want to get accounts from a source , whose source owner is a Manager?
Using search, we cannot get account details. That will return us identities who have account on specified source. You can achieve this using API, call list-accounts | SailPoint Developer Community API using “HTTP Operation” to get list of accounts from specific source (use filter sourceId eq “630e77aa247689b2745jhf0161b509842”)
Now loop through each account and check for the attributes where managerID is admin
1 Like