v1
latestOpenAPI 3.0.12026-07-177949123.5 KBv2/endentity
Searches and sorts for end entity conforming given criteria.
Insert as many search criteria as needed and optionally a sorting criteria. A reference about allowed values for criteria could be found below, under SearchEndEntityCriteriaRestRequestV2 model.
post/v2/endentity/search
Request body
Example request
{
"max_number_of_results": 10,
"current_page": 1,
"criteria": [
{
"value": "exampleUsername"
}
]
}Response
Successful operation
Example response
{
"end_entities": [
{
"username": "JohnDoe",
"dn": "CN=John Doe,SURNAME=Doe,GIVENNAME=John,C=SE",
"subject_alt_name": "rfc822Name=john.doe@example.com",
"email": "john.doe@example.com",
"status": "NEW",
"token": "P12",
"extension_data": [
{
"name": "1.3.6.1.5.5.7.1.24",
"value": "3003020105"
}
]
}
]
}