Skip to main content

Unblock user in chatroom

POST 

/bv/chatroom/v1/chatrooms/users:unblock

Reinstates a previously blocked user's ability to participate in the chatroom. Authorization requires the chatroom token with the admin role in the header.

Request

Header Parameters

    authorization string

    This API should be invoked with the chatroom token.

Body

required
    unblocked_user objectrequired

    Required.

    id stringrequired

    Required. The uuid of the unblocked user.

    action_taker objectrequired

    Required. The user who unblocked the user.

    custom_name stringrequired

    Required. The custom name of the user.

Responses

A successful response.

Schema

    object

Loading...