Get my Redmine account
get_my_accountRetrieve the authenticated user's own Redmine account profile and visible custom fields. Read-only operation that returns safe fields and the /my/account URL, without exposing API key or admin flags.
Instructions
Read the current user's own Redmine account from GET /my/account.json for the configured API credentials. This endpoint accepts an empty object only and sends no query, include, pagination, or administrator controls. The result allowlists the official account view's safe profile fields and visible custom fields, strips the API key and administrator flag, preserves explicit nulls and omitted version-dependent fields, and adds the ordinary-user /my/account browser URL. 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 |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| No | |||
| login | Yes | ||
| lastName | Yes | ||
| createdOn | No | ||
| firstName | Yes | ||
| lastLoginOn | No | ||
| customFields | No |