Suggestions
Have a great idea that you’d like to see added to our service? Perhaps there’s an existing feature that you’d like to have extended or modified? Share it here!
458 results found
-
API: Rotate recovery key
Add API call to rotate recovery key something like:
POST https://a.simplemdm.com/api/v1/devices/{DEVICE_ID}/rotatekey
1 vote -
Add a webhook for a device lock.enabled event
At the moment there's no obvious feedback that a lock command has been received and processed. It would awesome if there was a webhook triggered when a device responds to a lock command...
4 votes -
API endpoint to show if macOS device has user channel enrolled
It would be helpful for us to have an API endpoint that can tell our integrations whether or not the user channel has been enrolled for a macOS device. This could be as simple as a true/false; bonus points if we can somehow get the user name (not sure if MDM spec permits this).
1 vote -
IMEI search
Hi. will be able to also use IMEI number when i search for a unit in the tool.
Br
Rachid
6 votes -
Profile PayloadIdentifier discoverable
This request is to make discovering the SimpleMDM Profile PayloadIdentifier discoverable via API, web UI, or ideally, both.
With Big Sur requiring silent Profile installs to come from MDM, I, and many others, will need to look at getting local
profiles
installed Profiles installed via MDM instead. Seeing as the Profiles installed may have critical settings or payloads, there will need to be care taken to identify which manual installed Profile coincides with an MDM installed Profile. One way to do that is to make note of what the PayloadIdentifier is for the MDM delivered Profile and act accordingly on…4 votesThe “profile_identifier” key has been added to the custom configuration profiles endpoint.
https://simplemdm.com/docs/api/#custom-configuration-profiles
-
increase app upload size
Currently unable to upload software installers over 2000MB. With the addition of Munki and further MacOS integration, it would be helpful to increase upload size. This is especially true on packages like Adobe CC. I am sure there are other examples out there.
1 voteUpload size limit has been increased to 4 GB. If additional capacity is needed, please open a new feature request with information on the particular package you are wishing to upload, including its size.
-
1 vote
Hi James – This is already available in SimpleMDM as a Web Clip. Please contact support if you require further assistance.
-
Optionally Allow Webhooks to Pass Auth Headers
Optionally allow webhooks to be configured to pass authorization headers, API Keys, as to add an additional layer of security verify authenticity of API calls from SimpleMDM to external services.
22 votes -
Allow Duplicate Key Values for Managed App Configurations
Our application, Redzone and Redzone Admin, allows for App Configurations with the following keys:
- serverURL (string)
- serverDescription (string)There are many customers who have access to multiple server's and therefore would benefit from the ability to push multiple server's to their devices. In most MDM's, we provide our customers with an XML file they can import that makes use of an array to pass multiple sites at once.
SimpleMDM doesn't allow the upload of an PLIST/XML file to achieve this functionality, nor does it allow for duplicate key values and therefore our customers with multiple servers are unable…
18 votesThe ability to upload a custom plist for managed app configurations including duplicate values was added a while back. The "Use custom config plist" option is under the Managed Configurations tab of the App Details page.
-
Show iOS version on the devices list
The devices list is super useful and it would be great to add a column that shows the OS version. I know you can export the devices list to get this information, but it would be good to have it front-and-center.
20 votesThis is now available. Click the gear on the devices table and select “OS Version”.
-
Search option in DEP Info of Automated Enrollment group for device list
Can we get a search field like we have in the Devices list but in the Devices > Enrollments > [enrollment name] > DEP Info > DEP Devices? Right now it is a static list and can only show 20, 50, 1000, or all devices. With over 2000 devices in the list it would be handy to be able to search by Serial Number to determine if the machine is in the list or not. Selecting the “all” option takes a fair amount of time to list all the devices when all I want to know is if the machine…
7 votesThis was added a while back but looks like we forgot to mark it complete. Device search is now possible on DEP Info page.
-
API add ability to push updated app to all installs
The API currently allows for updating an existing binary: https://simplemdm.com/docs/api/#update-2 But this does NOT push out the update to all installs like it gives you the option of doing on the Web UI.
Please add a boolean flag (maybe "push"?) or something similar to the the app update endpoint so that I can update the app binary and push it out all in one command.
We are currently working to automate our app deployment process with a CI solution and not being able to push the app forces us to open SimpleMDM on the web and push out the update…
3 votesPlease see our updated API documentation regarding this request: https://simplemdm.com/docs/api/#update-2
-
The ability to set "Auto Lock to Never"
We really need to set Auto Lock to Never as part of the "Restrictions" profile, is this possible?
1 voteThe MDM feature you are referring to is already available under the “Passcode Policy” payload. The key, specifically, is “Maximum auto-lock time” and the value you’re interested in is “Infinite”.
Worth noting is that Apple MDM does not actually let you specify the auto-lock time on a device. Rather, it lets you specify a maximum value only, then permitting the user to specify their own value that meets your requirements. If Apple expands these capabilities in the future, we will be happy to implement them.
Finally, there is one way to disable auto lock and that is in conjunction with single app lock. If you are planning on restricting the user to just one app, you can use a “Single App Lock” profile, select the app, and check the box next to “Disable auto lock”.
-
Make Automated Enrollment information available via the SimpleMDM API
Ideally we could access the following via the API...
Interactive:
- Trigger a Sync with DEP
Basic Info:
- Server Name
- Organization Name
- Token Expiry
- Last Sync
DEP Device Info
- Serial Number
- Model
- Last DEP Check-In
- Linked Device6 votesDocumentation available at https://simplemdm.com/docs/api/#list-all42
-
Filter on a field
For example, show me only devices whose firmware password isn't set.
Also, it would be handy to be able to generate a report for this rather than just a search filter.
2 votesThis functionality is now available with Dynamic Groups (currently in Preview). This update also adds custom filtering to the Devices list. Sign up here to have the preview enabled on your account.
-
Custom Attribute API Support (set default, get single)
Ideally available from the API:
- retrieve a single attribute and its default (by name or id)
- set a default attribute1 vote -
API Support/Documentation for Munki macOS App Deployment
Add API endpoints for managing the Munki features of SimpleMDM.
Apps "media"
- Uploading pkgs/dmgs
- Deleting pkgs/dmgs1 voteThis functionality is available today. You may upload and delete pkgs and dmgs for Munki deployment via the API the same way as other apps.
-
Add column sorting to apps
When looking at all devices with an installed app, it would be nice to be able to sort by the columns instead of only sorting by device name. This would let me sort to see what devices have old versions of an app installed instead of having to copy and paste into an excel file.
1 vote -
ability to see per-device logs via the API
Right now you can query the logs via the API. Which is great! :) BUT - you have to pull ALL log events and then parse through them.
I'd love the ability to pull the logs for a specific device via the API - which is clearly something you can do in the WebUI via filters and voodoo.
My end goal is being able to query if a lock.enabled command is in the logs, so I can confirm a device has received a remote lock command.
But I'm sure being able to query individual device logs for other entries would…
2 votesThis is now available with the "serial_number" argument: https://simplemdm.com/docs/api/#logs
-
Show app version on app assignment page
We sometimes upload different versions of the same app for assignment to different devices. On the app assignment page, it is difficult to see what version I'm assigning without actually clicking on the app link and seeing the version on the app page.
Please show the app's version directly on the assignment page.
4 votes
- Don't see your idea?