Get a specific group returning the distinct set of apps granted to the group

GET {{stripeUrl}}/admin/v1/Groups/{{groupid}}?attributes=urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Group:grants.appId&distinct=true

Groups don't have access to Apps. Groups have GRANTS of Apps. Users who are members of a Group to which an App has been granted have access to the App.

Get a list of the apps that a specific group has access to. Group doesn't have an accounts attribute. Therefore, you can list the Apps that have been granted to this Group by requesting the groups attribute.

See https://docs.oracle.com/en/cloud/paas/identity-cloud/rest-api/appmgmtrelationships.html for more information on understanding application management relationships between Apps, AppRoles, Users, and Groups.

Request Params

KeyDatatypeRequiredDescription
attributesstring
distinctboolean

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring

RESPONSES

status: OK

{"displayName":"Contractors","id":"971587a0723149f7ba5dcb804eb06cdd","urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Group":{"grants":[{"appId":"c4b20a6b16e24fec9e3e18322c997297"}]}}