Unban a user from the room.
POST {{baseUrl}}/rooms/:roomId/unban
Unban a user from the room. This allows them to be invited to the room, and join if they would otherwise be allowed to join according to its join rules.
The caller must have the required power level in order to perform this operation.
Request Body
{"user_id"=>"@cheeky_monkey:matrix.org", "reason"=>"They've been banned long enough"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}