action configcat_get_me { label: "Get authenticated user details" description: "" provider: configcat method: GET path: "/v1/me" encoding: json output: { type: "object" properties: { email: { type: "string" } fullName: { type: "string" } } additionalProperties: false } }