WuKongIM Docs

Add Channel denylist members

Operation boundary

  • Caller: Trusted backend only
  • Scope: The entry does not verify that the parent Channel exists; derived denylist state can be created first and become effective if the parent Channel appears later.
POST/channel/blacklist_add

Adds the supplied UID strings to the derived Channel denylist.

Request Body

application/json

Denylist members to add or remove.

TypeScript Definitions

Use the request body type in TypeScript.

Denylist add or remove parameters.

Response Body

application/json

application/json

application/json

{  "status": 200}