Skip to content

User Query

Mike Garvey edited this page Apr 21, 2022 · 1 revision

GET /search/user

Performs a user search with the optionally provided parameters.

Parameters

See global search parameters

POST /search/user

Performs a scoped user search with the specified filter query statement provided by the request body.

Parameters

See global search parameters

Body Syntax

See LDAP Filters JSON Body Syntax

Returns

200 OK

{
  "host": "string",
  "request": {
    "filterUsed": "string",
    "limit": 0,
    "propertyCount": 0,
    "propertiesRequested": [
      "string"
    ]
  },
  "count": 1,
  "results": [
    {
      "property1": "value"
      ...
    }
  ]
}

400 BadRequest

The provided query parameters or filter statement body is malformed or invalid.

{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}

Clone this wiki locally