Get a specific group returning the distinct set of apps granted to the group
GET {{HOST}}/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
Key | Datatype | Required | Description |
---|---|---|---|
attributes | string | ||
distinct | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"displayName":"Security Team","id":"e1331b077f0f4bfd8041a16147ceaf1a","urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Group":{"grants":[{"appId":"87c33734696c495da7772648b3e67616"}]}}