Method: customers.insert
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
訂購新客戶的帳戶。
在訂購新的客戶帳戶前,請使用 customers.get
確認客戶帳戶是否已存在
如果客戶帳戶是直接的 Google 帳戶,或是其他經銷商轉售的客戶帳戶,請按照「為現有客戶訂購轉售帳戶」一文所述,使用 customerAuthToken\
。如要進一步瞭解如何訂購新客戶帳戶,請參閱「訂購新客戶帳戶」。
建立新的客戶帳戶後,您必須將使用者設為管理員。客戶的管理員必須登入管理控制台,並透過經銷商協議簽署 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
詳情請參閱授權指南。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# Method: customers.insert\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nOrders a new customer's account.\n\nBefore ordering a new customer account, establish whether the customer account already exists using the [`customers.get`](https://developers.google.com/workspace/admin/reseller/v1/reference/customers/get)\n\nIf the customer account exists as a direct Google account or as a resold customer account from another reseller, use the `customerAuthToken\\` as described in [order a resold account for an existing customer](https://developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#create_existing_customer). For more information about ordering a new customer account, see [order a new customer account](https://developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#create_customer).\n\nAfter creating a new customer account, you must provision a user as an administrator. The customer's administrator is required to sign in to the Admin console and sign the G Suite via Reseller agreement to activate the account. Resellers are prohibited from signing the G Suite via Reseller agreement on the customer's behalf. For more information, see [order a new customer account](https://developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#tos).\n\n### HTTP request\n\n`POST https://reseller.googleapis.com/apps/reseller/v1/customers`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customerAuthToken` | `string` The `customerAuthToken` query string is required when creating a resold account that transfers a direct customer's subscription or transfers another reseller customer's subscription to your reseller management. This is a hexadecimal authentication token needed to complete the subscription transfer. For more information, see the [administrator help center](//support.google.com/a/bin/answer.py?answer=142336). |\n\n### Request body\n\nThe request body contains an instance of [Customer](/workspace/admin/reseller/reference/rest/v1/customers#Customer).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Customer](/workspace/admin/reseller/reference/rest/v1/customers#Customer).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]