Skip to main content

Remote Desktop

This endpoint sends an MDM command to control the Remote Management status on a Mac. This MDM command turns on (or turns off) Remote Management with Observe and Control permissions given to all users.

Request Body Parameters: application/json


EnableRemoteDesktop - boolean

Responses codes


  • 200 OK
  • 400 Bad Request
    • "Command already running" - The command may already be running in a Pending state waiting on the device.
    • "Command is not allowed for current device" - Remote Desktop may already be in the desired configuration on the Mac or the command may not be compatible with the target device.
  • 401 Unauthorized
    • Invalid access token. This can happen if the token was revoked, the required permissions are missing, or the token has expired.
  • 404 Not found
    • Unable to locate the resource in the Kandji instance.

Parameters

ParameterDescription
Device ID-
Enable Remote Desktop-

Workflow Library Example

Remote Desktop with Kandji and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop