devices
Perform an action on a device
Perform a supported action on a device through its enrollment code.
post/v1/devices/{enrollmentCode}/actions
Path parameters
enrollmentCodestring required
Headers
Workspacestring required
The workspace identifier, which isolates API requests inside the provided workspace scope.
Request body
Example request
{
"value": "enable",
"metadata": {
"driveLetter": "C://"
}
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.