Logo
Zoom Public API Documentation

Assign Tags to Zoom Rooms By Location ID

PATCH {{baseUrl}}/rooms/locations/:locationId/tags

Use this API to assign Tags to Zoom Rooms by location ID Prerequisites: * A Pro or a higher plan with a Zoom Rooms license.

Scopes: room:write:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/locations/:locationId/tags' -H 'Content-Type: application/json' -d '{"tag_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS