get_users
Retrieve active TestRail users globally or per project. If global access is denied, it merges users across all active projects to resolve reviewers and assignees.
Instructions
Get active users from TestRail. Resolves active users globally or per-project. If global fetch is forbidden (for non-admin accounts), falls back to merging users across all active projects so users referenced as reviewers or assignees can be resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional ID of the project to retrieve users for. If omitted, attempts to fetch all users globally. | |
| fallback_all_projects | No | If true and global user retrieval is forbidden (non-admin), automatically falls back to fetching users across all active projects. |