Assign Policy to Group
Assigns a policy to a group. All current members of the group are governed by the policy’s access rules.Path Parameters
| Parameter | Type | Description |
|---|---|---|
dockId | string | The dock ID |
id | string | The group ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
policyId | string | Required | The policy ID to assign |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
401 | Missing or invalid API key |
404 | Group, dock, or policy not found |