custom_id set during room creation, instead of the internal UUID.
Endpoint
Authentication
Bearer token required.Path Parameters
The custom identifier assigned when the room was created.
Query Parameters
Supports the same user pagination and filtering parameters as Get Room:Number of users to return. Maximum
100.Number of users to skip.
Case-insensitive partial match on user name or ID.
ISO date string. Only return users created at or after this date.
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.