action vercel_get_auth_user { label: "Get the User" description: "Retrieves information related to the currently authenticated User." provider: vercel method: GET path: "/v2/user" encoding: json output: { type: "object" description: "Successful response." required: ["user"] properties: { user: { type: "object" } } } }