Execute remote application management actions.
Required Permission: mdm.windows.device.action
Sends a remote command to the device to install or uninstall specific applications from the organization's software catalog, inventory list.
Request
authorization
Authorization: Bearer <token>
application/json
{
"action": "install",
"entity": "application",
"id": "507f1f77bcf86cd799439088"
}
Responses
application/json
{
"status": true,
"data": {
"status": "queued"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}