# Create live occupancy report Create a report of live occupancies for a list of occupancy monitors. Endpoint: POST /live-occupancy Version: 0.0.1 Security: o_auth ## Request fields (application/json): - `occupancyMonitorIds` (array,null) List of occupancy monitor ids in the report. - `organisationIds` (array,null) List of organisation ids in the report. - `siteIds` (array,null) List of site ids in the report. ## Response 200 fields (application/json): - `occupancy` (integer) - `occupancyMonitorId` (string) - `time` (string) ## Response 400 fields (application/json): - `code` (integer) - `message` (string) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields (application/json): - `code` (integer) - `message` (string)