get_participant_role_details
Retrieve detailed configuration, permissions, and user information for a specific participant role in a Pega case to understand role capabilities and access rights.
Instructions
Get detailed information about a specific participant role in a Pega case, including role configuration, permissions, and user details. Returns participant role metadata with optional UI resources.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseID | Yes | Case ID. Example: "MYORG-APP-WORK C-1001". Complete identifier including spaces."ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". a complete case identifier including spaces and special characters. | |
| participantRoleID | Yes | Participant role ID to get details for. This identifies the specific role within the case that you want detailed information about. | |
| viewType | No | UI resources to return. "form" returns form UI metadata in uiResources object, "none" returns no UI resources. Default: "form". | form |
| sessionCredentials | No | Optional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken. |