Update a Recipient
Updates one or more fields on an existing recipient. Only include fields you want to change.Path Parameters
| Parameter | Type | Description |
|---|---|---|
dockId | string | The dock ID |
id | string | The recipient ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Optional | Updated display name |
email | string | Optional | Updated email (stored lowercase) |
stakeholderClass | string | Optional | Updated classification |
identifiers | object | Optional | Updated custom identifiers |
Example Request
Response
Returns the full updated recipient object.Error Handling
| Status | Condition |
|---|---|
400 | email is not a valid email format |
401 | Missing or invalid API key |
404 | Recipient or dock not found |