action cpy_post_api_v1_server_blocklist_accounts { label: "Block an account" provider: cpy method: POST path: "/api/v1/server/blocklist/accounts" encoding: json input: { type: "object" required: ["accountName"] properties: { accountName: { type: "string" description: "account to block, in the form `username@domain`" } } } output: { type: "object" additionalProperties: true } }