Feature Request: API endpoint to set/update permanent desk assignments in Workspace Reservation

API Endpoint(s) and/or Zoom API Event(s)
Rooms APIs - API - Zoom Developer Docs (specifically GET /workspaces/{workspaceId}/assignment)

Description
We manage 700+ permanently assigned desks in Zoom Workspace Reservation. Currently all assignments must be made manually through the admin portal, which is extremely tedious at our scale.

The GET /workspaces/{workspaceId}/assignment endpoint works well for reading permanent assignments, but there is no corresponding write endpoint to set or update them via API.

We are requesting a POST or PUT /workspaces/{workspaceId}/assignment endpoint that accepts a user ID or email and permanently assigns them to a desk.

This would enable:

  • Bulk onboarding: assign desks to new employees automatically from HR/directory systems
  • Desk relocations: update assignments when employees move floors or buildings
  • Syncing with Active Directory or HRIS so assignments stay current without manual intervention

The read side of this functionality already exists. The write side is the missing piece for anyone managing assigned seating at scale.

Error?
N/A (this is a feature request, not a bug)

How To Reproduce
N/A (the write endpoint does not appear to exist). Has anyone found a workaround, or is there a timeline for this being added to the API?