Identity Broker REST API Reference

UnboundID Logo

/applicationgroups/includes

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

GET

Retrieve a specified list of application groups. 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
includesList The IDs of the application groups to retrieve. query

Response Body

result: applicationGroup
media types: application/json

The requested application groups.

Status Codes

code description
200 Success