product:chat

Query Banned Users

Find and filter channel scoped or global user bans

get/query_banned_users

Query parameters

Response

Successful response

durationstring required

Duration of the request in milliseconds

Example response

{
  "bans": [
    {
      "channel": {
        "config": {
          "partition_ttl": "24h"
        }
      }
    }
  ]
}

Changes