get_project_members
Retrieve project member details including user information and assigned roles for a specific Redmine project, with pagination support for managing large teams.
Instructions
Get a list of project members in a specific Redmine project. Returns paginated results with member details, user info, and their roles in the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The numeric ID of the Redmine project (required) | |
| limit | No | Number of results to return (1-100, default: 25) | |
| offset | No | Offset for pagination (default: 0) |