Google Apps Directory API - 使用辅助域更改主域

时间:2015-12-19 06:15:55

标签: google-apps google-admin-sdk google-directory-api

我有一个Google Apps免费帐户,其中包含一个主域名和一个辅助域名。

最近,我遇到了Google Admin SDK Directory API,其中可以通过API获得切换主域名的选项。

Directory API - Customer Update

我使用“立即尝试”部分来使用API​​,我确实登录并使用适当的范围授权并提供以下属性,

customerKey - my_customer

请求正文

中的

{ “customerDomain”: “domainB.com”}

但得到了以下回复,

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "Invalid Input"
   }
  ],
  "code": 400,
  "message": "Invalid Input"
 }
}

对此有什么想法吗?

1 个答案:

答案 0 :(得分:1)

Google Apps免费版/标准版does not support secondary domains,因此不支持更改主要/辅助域。

此外,如果您使用Google注册域名,则主域名更改无效,您需要先转移到其他域名注册商。

有关其他注意事项,请参阅Google's help article