create_case_participant
Add a participant to a Pega case with specified role and user details, enabling proper access control and permissions using the 'create_case_participant' tool in the Pega DX MCP Server.
Instructions
Create a new participant in a Pega case with specified role and participant information. Adds users to case access control with appropriate permissions and role assignments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (case ID) to add participant to. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". Must be a complete case identifier including spaces and special characters. | |
content | Yes | Participant information object containing user details such as name, email, phone, and other contact information. Structure matches Data-Party schema. | |
eTag | Yes | Required eTag unique value for optimistic locking from a previous case or participant API call. Prevents concurrent modification conflicts. | |
pageInstructions | No | Optional list of page-related operations for embedded pages, page lists, or page groups included in the participant creation view. | |
participantRoleID | Yes | Role ID to assign to the participant. This determines the permissions and access level the participant will have for the case. | |
viewType | No | Type of view data to return. "form" returns form UI metadata, "none" returns no UI resources (default: "form") | form |