Get the collection of groups this capability is assigned to
get/capabilities/{capabilityName}/groups
Get the collection of groups this capability is assigned to where each group is represented as a Principal object
1{2 "values": [3 {4 "principal": {5 "version": 1,6 "name": "SASAdministrators",7 "type": "group"8 }9 },10 {11 "principal": {12 "version": 1,13 "type": "authenticated-users"14 }15 }16 ]17}
Name | Type | Required | Description |
---|---|---|---|
capabilityName | string | true | The name of the cpapbility to find groups for |