Skip to main content

Update user in chatroom

PUT 

/bv/chatroom/v1/chatrooms/users

Modifies user information or settings within 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
    custom_name stringrequired

    Required. The custom name of the user to be updated.

Responses

A successful response.

Schema

    object

Loading...