list_users
Retrieve and filter user accounts from Redmine project management system. Specify user status and limit results to manage access and permissions effectively.
Instructions
列出所有用戶
Args:
limit: 最大回傳數量 (預設 20,最大 100)
status_filter: 狀態篩選 ("active", "locked", "all")
Returns:
用戶列表,以表格格式呈現Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status_filter | No | active |