Logo
Zoom Public API Documentation

Check a user's PM room

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: user:read:admin,user:read

Rate Limit Label: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/users/vanity_name?vanity_name=<string>?vanity_name=<string>' -H 'Accept: application/json'

ENDPOINTS