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

Request Params

| Key | Datatype | Required | Description | | vanity_name | string | | (Required) Personal meeting room name. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;existed&quot;:&quot;\u003cboolean\u003e&quot;}