Search for Users
POST {{baseUrl}}/organization/v1/users/search
Use this endpoint to search for Users.
Request Body
{"0"=>{"operation"=>"eq", "property"=>"lastName", "values"=>["Smith"]}, "1"=>{"operation"=>"eq", "property"=>"firstName", "values"=>["Bob"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":[{"firstName":"","lastName":"","emailAddress":"user@example.com","userId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","groupScoping":"all","restrictions":["",""],"links":[{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""},{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""}]},{"firstName":"","lastName":"","emailAddress":"user@example.com","userId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","groupScoping":"all","restrictions":["",""],"links":[{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""},{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""}]}],"meta":{"totalPages":82350895,"totalRecords":-3566221},"links":{"self":"ex ut velit","first":"tempor aute dolor sit","prev":"sed in consectetur sunt","next":"eiusmod deserunt","last":"ut fugiat culpa cupidatat dolor"}}