...
Action | Intended Users | Method | URI | RequestBody | ResponseBody | |
---|---|---|---|---|---|---|
1 | Apply an AccessRequirement to a list of subjects | ACT | PUT | /accessRequirement/{id}/association | RestrictableObjectDescriptorBatch | |
2 | Removing a list of subjects from an AccessRequirement | ACT | DELETE | /accessRequirement/{id}/association | RestrictableObjectDescriptorBatch | |
3 | Listing all subjects that an AccessRequirement directly applies to | ACTAuthenticated Users | GET | /accessRequirement/{id}/association | RestrictableObjectDescriptorBatch |
...