list_users
Retrieve and filter user accounts from Redmine, including active, locked, or registered users, with options for pagination, group filtering, and status-based searches. Requires admin privileges.
Instructions
List all users in the system. Shows active and locked accounts. Admin privileges required. Available since Redmine 1.1
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group_id | No | Show only users who belong to this group | |
limit | No | Number of users per page, from 1 to 100 | |
name | No | Filter by login, firstname, lastname and mail. When using space, matches firstname and lastname | |
offset | No | Number of users to skip | |
status | No | Filter users by status - 1: Active users - 2: Registered users - 3: Locked users |