action rumble_get_account_user { label: "Get user details" provider: rumble method: GET path: "/account/users/{user_id}" encoding: json input: { type: "object" properties: { user_id: { type: "string" format: "uuid" } } required: ["user_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }