Block user in chatroom
POST/bv/chatroom/v1/chatrooms/users:block
Prevents a specific user from participating in the chatroom.
Ideal for event hosts to ban participants, rendering their messages invisible to others.
Authorization requires the chatroom token with the admin role in the header.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- default
A successful response.
A unauthenticated response.
The header authorization was missing or unidentified.
A forbidden response.
It means that the provided authorization did not have enough permission to access the resource or the API.
A server error response. There are more HTTP status code mappings listed on here.
An unexpected error response.