Recipient Group Input
JSON Example
1
2{
3 "recipientsAction": "Add/Remove",
4 "recipientsList": ["recipientId1", "recipientId2"],
5 "additionalParameters": {
6 "key1": "value1"
7 }
8}Request parameters for PATCH
| Parameter Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| recipientsAction | String | Recipient action you want to perform, such as adding or removing a recipient from a group. | Required | 64.0 |
| recipientsList | List <String> | List of recipients that you want to add or removed from a group. | Optional | 64.0 |
| additionalParameters | Map<String, String> | Parameter to include additional parameter. | Optional | 64.0 |