Set attended access setting for devices

Sets or updates the attended access requirement for specific devices. When true, requires user consent before allowing remote access to the device.

SecuritybearerAuth
Request
Request Body schema: application/json
required

Bulk Attended access setting request

requiredAttendedAccess
required
boolean
deviceUuids
required
Array of strings <uuid>
Responses
200

Attended access setting updated successfully

400

Invalid device UUIDs or missing parameters

500

Internal server error

put/remotecontrol-st/attended-access/bulk
Request samples
application/json

Enable Attended Access

{
  • "requiredAttendedAccess": true,
  • "deviceUuids": [
    • "550e8400-e29b-41d4-a716-446655440000",
    • "660e8400-e29b-41d4-a716-446655440001"
    ]
}