Sure will try and let u know if this works
I have tried the below two query but the first one gave no results then the second one only giving the account attributes of HR source.
1. id:<identityid> AND source.id:<sourceid>
2. id:<identityid> AND @accounts(source.id:<sourceid>)
Hi @Santhakumar ,
Sorry for my late response. My apologies, just realized that search API will only return identity attributes,
You can use list-accounts | SailPoint Developer Community with filters=sourceId eq "<sourceid>" and identityId eq "<identityid>"
GET https://<tenant>.api.identitynow.com/v3/accounts?filters=sourceId eq "<sourceid>" and identityId eq "<identityid>"
This should return you all account attributes for Active Directory.
Thanks,
Shailee
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.