redmine_update_membership
Update a membership's roles in Redmine by specifying the membership ID and a list of new role IDs.
Instructions
Update a membership's roles.
Args:
membership_id: numeric membership id (from list_memberships).
role_ids: new list of role ids (required, non-empty).
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_ids | Yes | ||
| membership_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |