action whatsapp_get_user { label: "Get-User" provider: whatsapp method: GET path: "/users/{UserUsername}" encoding: json input: { type: "object" properties: { UserUsername: { type: "string" } } required: ["UserUsername"] additionalProperties: false } output: { type: "object" } }