-
Notifications
You must be signed in to change notification settings - Fork 1
User Query
Mike Garvey edited this page Apr 21, 2022
·
1 revision
Performs a user search with the optionally provided parameters.
Performs a scoped user search with the specified filter query statement provided by the request body.
See LDAP Filters JSON Body Syntax
{
"host": "string",
"request": {
"filterUsed": "string",
"limit": 0,
"propertyCount": 0,
"propertiesRequested": [
"string"
]
},
"count": 1,
"results": [
{
"property1": "value"
...
}
]
}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"
}