getCurrentUser
getCurrentUserIdentify the currently authenticated Redmine user and obtain their user ID for use in assignee or user filters. No input needed; useful when other user-specific tools don't require it.
Instructions
Retrieve the identity and user ID of the currently authenticated API-key user. Use the ID in assignee/user filters; getMyIssues, getMyTimeEntries and the default getUserWorkload do not require it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| No | Email address, may be absent if not visible to the API caller. | ||
| name | No | Display name (firstname + lastname). | |
| login | No | Login name. |