List Project Memberships
redmine_list_membershipsList Redmine project members and their roles to identify assignee IDs without admin access. Enter a project ID to get a paginated table of members with roles.
Instructions
List members of a Redmine project with their roles. Useful for finding assignee IDs when you don't have admin access to /users.json.
Args:
project_id: Project ID or identifier (required)
limit / offset: Pagination
Returns: Table of members with roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Offset | |
| project_id | Yes | Project ID or identifier |