Get the current Redmine user
get_current_userFetch the authenticated user's Redmine profile using API credentials, optionally including memberships. Read-only operation for identifying the logged-in user.
Instructions
Read the Redmine user represented by the configured API credentials from GET /users/current.json. This non-admin read requires no user_id and accepts only the documented memberships include, which Redmine filters to projects visible to the requesting user. The result uses the same safe public profile contract as get_user and never exposes self-only API keys, administrator status, two-factor settings, password metadata, authentication-source data, or groups. Redmine may return HTTP 401 or 403 when credentials are rejected or the endpoint is not permitted. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Current-user associations to include: memberships |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| No | |||
| login | No | ||
| lastName | Yes | ||
| avatarUrl | No | ||
| createdOn | No | ||
| firstName | Yes | ||
| updatedOn | No | ||
| lastLoginOn | No | ||
| memberships | No | ||
| customFields | No |