# Geofencing Event (iOS) Endpoint used by Wifi Motion App to report user location and, if enabled, auto update network scene settings. Endpoint: POST /bulk_user_presences Security: Authorization ## Request fields (application/json): - `presence_events` (array) Example: [{"networkId":28,"timestamp":1598910716.216094,"is_arriving":false}] - `presence_events.networkId` (integer) We temporarily support both "network_id" and "networkId" due to a bug in the iOS app - `presence_events.timestamp` (number) - `presence_events.is_arriving` (boolean) - `presence_events.network_id` (number) ## Response 200 fields (application/json): - `failures` (array) Example: [{"timestamp":1603895421.6,"is_arriving":false,"network_id":2}]