get_users
Retrieve active TestRail users globally or by project, with automatic fallback across projects when global access is restricted.
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. |