User
Query User
Retrieve a list of Users with a complex or simple query.
POST
Body
application/json
Multiple query options are supported. You can build a complex query filling out the advancedFilter
section. We also support "simple" queries which used by putting the key you want to filter by in the query
section along with the value you want it to filter for. E.g., nameFirst=John
will return all persons with a first name of John.
Response
200 - application/json
A list of Users
The response is of type object
.