redmine_list_memberships
Fetch paginated list of members for a Redmine project using project ID or slug. Control page size and offset to navigate results.
Instructions
List project members (paginated).
Args: project_id: numeric id or identifier slug. limit: page size (capped at 100). offset: skip the first N results.
Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |