GET {{baseUrl}}/users/vanity_name?vanity_name=<string>
A personal meeting room is a virtual meeting room that can be permanently assigned to a user.
Use this API to check if a personal meeting room with the given name exists or not. Scopes: Rate Limit Label: user:read:admin
,user:read
Light
Body
PARAM
Key | Datatype | Required | Description |
vanity_name
|
string | (Required) Personal meeting room name. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"existed": "<boolean>"
} |
ENDPOINTS