get_current_user
Retrieve details about the authenticated Lunch Money user, including name, email, account ID, and budget name. Verify authentication and understand account context.
Instructions
Get details about the current Lunch Money user.
Returns user information including:
name: User's full name
email: User's email address
user_id: Unique user identifier
account_id: Unique account identifier
budget_name: Name of the budget
primary_currency: Primary currency code (e.g., 'usd')
api_key_label: Label for the API key being used (or null)
Useful for verifying authentication and understanding the account context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||