Get Current Redmine User
redmine_get_current_userIdentify the authenticated Redmine user and optionally return their project memberships with roles to suggest focus projects.
Instructions
Get information about the currently authenticated user (based on the API key).
Args:
include_memberships: Also return the projects the user is a member of, with roles. Used to suggest focus projects when capturing user preferences.
Returns: User details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_memberships | No | Also return project memberships (useful for suggesting focus projects) |