WuKongIM Docs

List all Channel allowlist members

Deprecated

GET/channel/whitelist

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

Query Parameters

channel_id?string

Unvalidated Channel ID used by the legacy full-list route.

Default""
channel_type?integer

Parsed as uint8; missing or invalid text is silently treated as 0.

Range0 <= value <= 255
Default0

Response Body

application/json

application/json

application/json

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