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

KeyDatatypeRequiredDescription
vanity_namestring(Required) Personal meeting room name.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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