WuKongIM Docs

List all Channel allowlist members

Operation boundary

  • Caller: Protected operator boundary only

Deprecated

GET/channel/whitelist

Returns an unbounded full list; missing or invalid channel_type is silently treated as 0.

Query Parameters

channel_id?string

Channel ID whose allowlist is read; this legacy endpoint does not validate the query parameter.

Default""
channel_type?integer

Channel type whose allowlist is read; parsed as uint8, with missing, invalid, or out-of-range text silently treated as 0.

Range0 <= value <= 255
Default0

Response Body

application/json

application/json

application/json

[  {    "id": 0,    "uid": "string"  }]