getAuthenticatedUser
Retrieves information about the currently authenticated user, including user ID, username, team ID, and roles. Call this first to resolve the caller's identity when handling user-specific queries.
Instructions
Gets information about the authenticated user.
This endpoint provides “current user” context (`user.id`, `username`, `teamId`, roles).
When a user asks for “my …” (e.g., “my workspaces, my information, etc.”), call this first to resolve the user ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||