Method: customers.insert
订购新客户的账号。
在订购新客户账号之前,请使用 customers.get
确认该客户账号是否已存在
如果客户账号是 Google 直接账号或来自其他转销商的转销商客户账号,请按照为现有客户订购转销账号中的说明使用 customerAuthToken\
。如需详细了解如何订购新客户账号,请参阅订购新客户账号。
创建新的客户账号后,您必须将用户配置为管理员。客户的管理员必须登录管理控制台并签署《通过转销商购买 G Suite 协议》,才能激活账号。转销商不得代表客户通过转销商签署 G Suite 协议。有关详情,请参阅订购新的客户账号。
HTTP 请求
POST https://reseller.googleapis.com/apps/reseller/v1/customers
网址采用 gRPC 转码语法。
查询参数
参数 |
customerAuthToken |
string
创建转销商账号以转移直接客户的订阅或将其他转销商客户的订阅转移给您的转销商管理时,必须提供 customerAuthToken 查询字符串。这是完成订阅转移所需的十六进制身份验证令牌。有关详情,请参阅管理员帮助中心。
|
请求正文
请求正文包含一个 Customer
实例。
响应正文
如果成功,响应正文将包含一个新创建的 Customer
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/apps.order
有关详情,请参阅授权指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["Orders a new customer account, potentially transferring an existing subscription if the customer already has a Google account."],["Before ordering, check if the customer account exists to handle existing accounts correctly."],["After creation, an administrator must be provisioned for the new customer account and sign the G Suite Reseller Agreement."],["Uses the `customers.get` method to check for existing customer accounts and the `customerAuthToken` for transferring subscriptions."],["Requires authorization with the `https://www.googleapis.com/auth/apps.order` scope."]]],[]]