Blocked Chat Users

This endpoint is responsible for blocking a specific user from a live chat. Once blocked, the user will no longer be able to send messages.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Once blocked, the user is no longer able to send messages and their message input will display the notification "Chat Blocked".

Blocked users will still appear in the viewers list retrieved by the endpoint
https://pandavideo.readme.io/reference/chat-viewers-list but with the field is_valid: false, indicating that they are no longer considered valid participants.

This mechanism is useful for moderating live streams, allowing full control over who can interact in the chat.

To obtain the required user_id, simply call the Chat Viewers List endpoint, which returns all currently connected users along with their user data.

ParameterTypeDescription
chat_idString(UUID)ID of the chat you want to retrieve viewer data from.
user_idStringID of the user you want to block. You can obtain this value from the Chat Viewers List
Body Params
string

UUID

string

UUID

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json