Skip to main content
Retrieve room details by the optional custom_id set during room creation, instead of the internal UUID.

Endpoint

Authentication

Bearer token required.

Path Parameters

string
required
The custom identifier assigned when the room was created.

Query Parameters

Supports the same user pagination and filtering parameters as Get Room:
number
default:"50"
Number of users to return. Maximum 100.
number
default:"0"
Number of users to skip.
Case-insensitive partial match on user name or ID.
string
ISO date string. Only return users created at or after this date.
string
ISO date string. Only return users created at or before this date.

Response

Returns the same response format as Get Room.

Example

Response
If no room matches the given customId within your organization, the API returns a 404 NOT_FOUND error.