Current Auth User¶ Returns the current email-auth user context. Method and path¶ Method: GET Path: /auth/userinfo Auth: token/session context required by caller environment Response¶ { "user": { "userId": "u_123", "email": "dev@example.com", "name": "Dev User" } }