We use Zoom Workspace desk reservations for desk assignments and reservations in our office. Our HR team has asked that we supply them with a weekly export of desk assignments. We have accomplished this by using a csv of workspace ID’s and using the GET /workspaces/{workspaceId}/assignment endpoint, but we found that if we have desks with multiple assignments, say user 1 on Monday/Wednesday/Friday and user 2 is assigned the desk on Tuesday/Thursday, the results from the API call return as “null”. I only get results back if the desk is marked as individually assigned, I get null results anytime the desk is marked as multiple users, even if one users is assigned for everyday.
Is there a way to get results for desks with multiple users assignments? or even indicate that the desk is assigned to multiple users?