mindmeister_get_user
Fetch the authenticated MindMeister user's profile, returning id, name, email, and account details from the API.
Instructions
Get the authenticated MindMeister user profile.
Returns the current user's id, name, email, and account details from GET /users/me.
Returns: str: JSON with user profile fields (id, name, email, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |