【发布时间】: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"
}
【问题讨论】: