add_case_followers
Add multiple users as followers to a case in Pega to enable notifications and updates on case progress. Requires a valid case ID and user identifiers.
Instructions
Add multiple followers to a work object. Allows users to follow a case to receive notifications and updates about case progress.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (case ID) to add followers to. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters. | |
users | Yes | Array of user objects to add as followers to the case. Each user object should contain user identification information. |