GET /users/vanity_name
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
Servers
- https://api.zoom.us/v2
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
vanity_name |
String | Yes |
Personal meeting room name. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.