Logo
Zoom Public API Documentation

rooms-{roomId}-device_profiles-{deviceProfileId}

Number of APIs: 3


1. Get a device profile

GET {{baseUrl}}/rooms/:roomId/device_profiles/:deviceProfileId

Use this API to return a Zoom Room device profile.

Prerequisites: * A Pro or a higher account with Zoom Rooms.

Scopes: room:read:admin

Rate Limit Label: Medium



2. Delete a device profile

DELETE {{baseUrl}}/rooms/:roomId/device_profiles/:deviceProfileId

Use this API to delete a Zoom Room device profile.

Prerequisites: * A Pro or a higher account with Zoom Rooms.

Scopes: room:write:admin

Rate Limit Label: Medium



3. Update a device profile

PATCH {{baseUrl}}/rooms/:roomId/device_profiles/:deviceProfileId

Use this API to update a Zoom Room device profile.

Prerequisites: * A Pro or a higher account with Zoom Rooms.

Scopes: room:write:admin

Rate Limit Label: Medium



ENDPOINTS