Bulk reset devices in an organization (admin only)
POST /airbend/me/bulk/deviceReset
POST
/airbend/me/bulk/deviceReset
Resets multiple devices by clearing their settings, timers, room assignments, and user associations. Only organization admins can perform this operation.
Authorizations
Request Body required
object
device_uids
required
List of device UIDs to reset
Array<string>
Responses
200
Bulk device reset results
object
completed
List of device UIDs that were successfully reset
Array<string>
errors
List of errors for devices that failed to reset
Array<object>
object
device_uid
Device UID that failed
string
error
Error code
string
message
Human-readable error message
string