Identity Broker REST API Reference

UnboundID Logo

/applicationgroups/customfilter

Mount Point: /auth/api/v1/applicationgroups/customfilter/

POST

Retrieve a list of application groups using a custom ldap filter string. Note there is no @Secured annotation on this method because there are no additional privileges needed to read ApplicationGroups. This endpoint is still secured via Spring Security and all requests will still go through the BrokerAuthenticationManager to make sure they have a valid OAuth token.

Request Body

element: (custom)
media types: text/plain

client-side Filter to search with

Response Body

result: applicationGroup
media types: application/json

The requested application groups.

Status Codes

code description
200 Success