add_user_to_group
Assign a user to a group by specifying their numeric user ID and the group's ID. Essential for managing user permissions in Redmine.
Instructions
Adds a user to a group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Numeric group ID | |
| user_id | Yes | Numeric user ID to add |