Skip to main content
PATCH
Update room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string<uuid>
required
room_id
string<uuid>
required

Body

application/json
display_name
string | null
microphone_id
string | null
is_primary
boolean | null
participant_user_ids
string<uuid>[] | null

Response

200 - application/json

Updated room.

id
string<uuid>
object
enum<string>
Available options:
room
display_name
string
microphone_id
string
is_primary
boolean
participants
object[]
created_at
string | null
updated_at
string | null
Last modified on July 8, 2026