I have been trying to fetch the account attributes of a AD source, based on that result to build a workflow .
but i don’t see any supportive doc related to fetch value related accounts
Hello, As far as I know, you can only fetch the Identity attributes using attribute. but not the account attributes which are present in account schema.
Using the Rich REST APIs of SailPoint ISC, you can achieve that but not through Search Queries.
Hi All,
I m using search query(v3/search) to identity “disabled=false” accounts and trying to fetch account id by using this expression in a variable.
however its not substituting any value.
is something wrong with this expr
$.hTTPRequest.body.accounts[?(@.sourceName==‘xyz’)].id
Tried this query: @accounts(source.name: "Source Name") AND @account(_exists_ samAccountname:*), but it didn’t work.
I even modified it a bit, but still no results showed up.