get | SELECT | enterpriseId, managedConfigurationForUserId, userId | Retrieves details of a per-user managed configuration for an app for the specified user. |
list | SELECT | enterpriseId, userId | Lists all the per-user managed configurations for the specified user. Only the ID is set. |
delete | DELETE | enterpriseId, managedConfigurationForUserId, userId | Removes a per-user managed configuration for an app for the specified user. |
update | EXEC | enterpriseId, managedConfigurationForUserId, userId | Adds or updates the managed configuration settings for an app for the specified user. If you support the Managed configurations iframe, you can apply managed configurations to a user by specifying an mcmId and its associated configuration variables (if any) in the request. Alternatively, all EMMs can apply managed configurations by passing a list of managed properties. |