Unarchive Rooms

Unarchiving a room reverses its read-only status and returns it to the channel list on the left sidebar.

NameRequires AuthPermissionSetting

unarchiveRoom

Yes

unarchive-room

Payload Parameters

ArgumentExampleRequiredDescription

roomId

64a1f373376181965ab77f54

Required

The room id.

Example Call

{
    "msg": "method",
    "method": "unarchiveRoom",
    "id": "5",
    "params": [
        "64a1f540376181965ab77f5b"
    ]
}

Example Response

{
    "msg": "result",
    "id": "5"
}

Last updated

Rocket.Chat versions receive support for six months after release.