redmine_get_user
Fetch a user by ID or the current API user from Redmine, with optional includes for memberships and groups.
Instructions
Fetch a user by id, or the current API user.
Args:
user_id: numeric user id, or "current" (default) for the
authenticated API user.
include: comma-separated includes: memberships, groups.
Empty for none.
Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | ||
| user_id | No | current |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |