【问题标题】:500: Internal Server Error while Creating New User500:创建新用户时出现内部服务器错误
【发布时间】:2020-04-15 11:04:16
【问题描述】:

我正在使用 Google Play EMM API 创建新用户,但出现内部服务器错误。我有一个有效的访问令牌,我使用创建企业时使用的同一个 Gmail 创建了该令牌。另外,我正在发送此处列出的所有参数:https://developers.google.com/android/work/play/emm-api/v1/users/insert

但它不允许我创建用户。

这是我的请求正文:

{
  "managementType": "emmManaged",
  "accountType": "userAccount",
  "primaryEmail": "dummy@.com",
  "accountIdentifier": "dummyIdentifire",
  "displayName": "DisplayName"
}

【问题讨论】:

    标签: android-management-api


    【解决方案1】:

    Google Play EMM API 仅适用于已完成registration process 中的所有步骤并已获 Google 批准参与该计划的企业移动管理 (EMM) 解决方案提供商。

    截至目前,Android Enterprise 不再接受使用 Google Play EMM API 的自定义设备策略控制器 (DPC) 的新注册。所有新的 EMM 解决方案现在都应该使用 Android Management API,它带有由 Google 提供的自己的 DPC。

    有关如何使用 Android Management API 构建公共解决方案的信息,请参阅 Develop your solutionRelease your solution

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-03-09
      • 2015-07-05
      • 2019-03-21
      • 1970-01-01
      • 2016-06-23
      • 2023-03-10
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多