Query Users or Group (2.0)
POST/v2.0/api/tenants/:tenant_id/directoryusergroups/query
Query users or groups of a tenant.
Request
Path Parameters
The tenant ID.
- application/json
Body
Details to query the users or groups.
- Array [
- ]
aggregate Aggregate
The aggregate number of users or groups that match the query parameters.
data AggregateData[]required
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
Field
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
Operator
QoS application aggregate statistics.
The unit.
The destination page.
The number users or groups deleted for a time frame.
Group the users or groups for the query.
List the users by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Query using query parameters.
Retrieve information from a field.
List the fields to query.
Specify the order in which you want the search criteria to display.
The total number of query parameters.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The count of the query list.
The deleted number of queries.
The deleted query IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
The tenant ID.
Total number of queries.
items DirectoryUserGroupQueryFilter[]
Filter with description of the user or group.
Filter with the user or group ID.
Filter with the user or group name.
Stale
Filter with the tag which is an information field that can be added to identify the user or group. Maximum 10 unique tags of length 1024 each are allowed.
Filter with the tenant ID.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"id": "string",
"name": "string",
"stale": true,
"tags": [
"string"
],
"tenant_id": "string"
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "BAD_REQUEST"
}
]
}
}