<ph type="x-smartling-placeholder">
为指定用户添加或更新应用的托管配置设置。
如果您支持托管配置 iframe,
您可以指定
mcmId
,将托管配置应用于用户。
及其关联的配置变量(如果有)。或者
通过传递受管配置列表,所有 EMM 都可以应用受管配置
属性。
请求
HTTP 请求
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/managedConfigurationsForUser/managedConfigurationForUserId
参数
参数名称 | 值 | 说明 |
---|---|---|
路径参数 | ||
enterpriseId |
string |
企业的 ID。 |
managedConfigurationForUserId |
string |
受管配置的 ID(产品 ID),例如 “app:com.google.android.gm”。 |
userId |
string |
用户的 ID。 |
授权
此请求需要获得以下范围的授权:
范围 |
---|
https://www.googleapis.com/auth/androidenterprise |
如需了解详情,请参阅身份验证和授权页面。
请求正文
在请求正文中,提供 Managedconfigurationsforuser resource。
响应
如果成功,此方法将在响应正文中返回 Managedconfigurationsforuser 资源。