Grants-Groups
Number of APIs: 4
-
Grant an unmanaged app to a group POST {{stripeUrl}}/admin/v1/Grants
-
Search for a specific group's grants of a specific app and any associated approles GET {{stripeUrl}}/admin/v1/Grants?filter=grantee[value eq "{{groupid}}" and type eq "Group"] and app.value eq "{{appid}}"&attributes=entitlement[attributeName eq "appRoles"].attributeValue
-
Search for all groups that have grants of a specific app GET {{stripeUrl}}/admin/v1/Groups?attributes=urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Group:grants[appId eq "{{appid}}"]
-
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