Identity Broker REST API Reference

UnboundID Logo

/applicationgroups/applicationgroupsearch

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

GET

Retrieve a list of application groups containing a specific application id. 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.

Parameters

name description type default
applicationId to search for in application groups. query

Response Body

result: applicationGroup
media types: application/json

Matched application groups.

Status Codes

code description
200 Success