CyberArk CorePAS REST API to search for accounts

Thread Starter

pramodvameshi

Joined Jun 30, 2023
1
How should I use REST API to search for multiple accounts based on account name? The below API returns empty. I am assuming, it tries to match both the values passed with search query separated by space against one record and not, one value against each record. That is why it returns an empty result when I pass two account names. If I want to get two records with names account_name1 and account_name2 respectively, is there any way to do it through REST API?
Was expecting it to return two accounts with account names account_name1 and account_name2, but it returns an empty list.
 

Ya’akov

Joined Jan 27, 2019
10,226
Welcome to AAC.

This post is not likely to get any answers as it is well outside the scope of AAC. It was also posted to the wrong forum, and has been moved.

It is unlikely to help to post a duplicate of a Stack Overflow post on a random API here on AAC. Please avoid doing that in the future.

[Moderation]
 
Top