Add Dispositions to Group
Dispositions Group
Add Dispositions to Group
Add dispositions to an existing group
Add Dispositions to Group
Overview
Add one or more dispositions to an existing disposition group. This is useful for incrementally building up a group without replacing the entire disposition list.Duplicate disposition IDs are automatically ignored. If a disposition is already in the group, it won’t be added again.
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Path Parameters
The unique identifier of the disposition group
Request Body
Array of disposition IDs to add to the group
Response
Indicates if the request was successful
Response message
Error Codes
| Status | Description |
|---|---|
400 | Empty array or invalid disposition IDs |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Missing required permissions |
404 | Disposition group not found |
500 | Internal server error |

