ynab_get_user
Retrieve authenticated YNAB user details, including user ID. Use this to verify your account connection or access user information.
Instructions
Get information about the authenticated YNAB user.
Args:
response_format (string, optional): "json" or "markdown" (default: "markdown").
Returns: user (id)
Errors:
"UNAUTHORIZED" → YNAB token expired or invalid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes |