get_case_users
Retrieve all users linked to a specific case using its unique ID, enabling efficient user association management. Optionally filter results by organization IDs.
Instructions
Get all users associated with a specific case by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the case to retrieve users for (e.g., C-2022-0001) | |
organizationIds | No | Organization IDs to filter users by. Leave empty to use default (0). |