API v3 Issue Searching Users

API v3 Issue Searching Users

I'm going to be searching and adding users through the API, but I can't seem to be able to get beyond square one.  Square zero is of course pulling a list of all users.  I can do that by:

  1. https://<my url>/api/v3/users
What I can't figure out is how to search by email_id.  No matter what I do, I just end up with the first 10 of the whole list.  My list_info data is:
  1. {
  2.   "list_info":{
  3.     "search_fields":{
  4.       "email_id":"someone@somewhere.com"
  5.     }
  6.   }
  7. }
I've tried setting that as the body and as a param.  Nothing seems to work.

Strangely, I'm getting a human-readable page back from the API when I attach the list_info to parameter input_data:

Doesn't seem like that's proper for an API to return.  I'm used to getting the JSON errors (FAR too used to that!)

For reference, I'm working in Postman now, with the intent to eventually shove all this into an Azure logic app.

Thanks in advance for any advice you can offer!

                  New to ADSelfService Plus?