Documentation Index

Fetch the complete documentation index at: https://developer.rocket.chat/llms.txt

Use this file to discover all available pages before exploring further.

Get Room Name by ID (Realtime)

Prev Next

Get room name by room ID.

Method

Requires Auth

Permission

getRoomNameById

Yes

view-c-room

Payload parameters

Argument

Example

Required

Description

rid

siyr2oWQJBjQjhLwru

Required

The room ID.

Example call

{
    "msg": "method",
    "method": "getRoomNameById",
    "id": "2",
    "params":[
        "siyr2oWQJBjQjhLwr"
    ]
}

Example response

{
    "msg": "result",
    "id": "2",
    "result": "try"
}