cURL
curl --request GET \ --url https://api.opal.dev/v1/groups/{group_id}/containing-groups \ --header 'Authorization: Bearer <token>'
{ "containing_groups": [ { "containing_group_id": "7870617d-e72a-47f5-a84c-693817ab4567" }, { "containing_group_id": "50333e67-73ce-47ab-b049-d8abcd45f7a1" } ] }
Gets the list of groups that the group gives access to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the group.
The resources that the group gives access to.
Show child attributes
The groupID of the containing group.
"f454d283-ca87-4a8a-bdbb-df212eca5353"
Was this page helpful?