Create a Recipient Group
Creates a group to organize recipients for bulk policy assignment.Path Parameters
| Parameter | Type | Description |
|---|---|---|
dockId | string | The dock ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Required | Group display name |
description | string | Optional | Group description |
recipientIds | string[] | Optional | Initial member IDs to add |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
400 | name is missing |
401 | Missing or invalid API key |
404 | Dock or referenced recipient not found |