action flat_get_authenticated_user { label: "Get current user profile" description: "Get details about the current authenticated User.\n" provider: flat method: GET path: "/me" encoding: json input: { type: "object" properties: { onlyId: { type: "boolean" } } additionalProperties: false } output: { description: "User details" type: "object" } }