Add Recipients to Group
Adds recipients to a group. Recipients inherit any policies assigned to the group.Path Parameters
| Parameter | Type | Description |
|---|---|---|
dockId | string | The dock ID |
id | string | The group ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
recipientIds | string[] | Required | Array of recipient IDs to add |
Example Request
Response
Returns the updated group with all current members.Error Handling
| Status | Condition |
|---|---|
400 | recipientIds is empty |
401 | Missing or invalid API key |
404 | Group, dock, or referenced recipient not found |