Update an Unmanaged Device
Update the properties of a specified unmanaged device
Updates the is_managed
property of a specified unmanaged device to indicate whether Seam manages the device. An unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any access codes on an unmanaged device are unmanaged. To control an unmanaged device with Seam, convert it to a managed device.
Updates a specified unmanaged device. To convert an unmanaged device to managed, set is_managed
to true
.
An unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any access codes on an unmanaged device are unmanaged. To control an unmanaged device with Seam, convert it to a managed device.
ID of the unmanaged device that you want to update.
Indicates whether the device is managed. Set this parameter to true
to convert an unmanaged device to managed.
Request
Specify the desired unmanaged device by including the corresponding device_id
in the request body. In addition, in the request body, include the is_managed
property, along with true
as the replacement value. Note that setting is_managed
to true
converts the unmanaged device to a managed device.
Request Body Parameters
device_id
String Required
ID of the desired device.
is_managed
Boolean Optional
Replacement value to indicate whether Seam manages the device.
Sample Request
Response
Returns a Boolean ok
status indicator (with the exception of the Java SDK).
Sample Response
Last updated
Was this helpful?