After 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.
HTTP request
POST https://reseller.googleapis.com/apps/reseller/v1/customers
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.
Request body
The request body contains an instance of Customer.
Response body
If successful, the response body contains a newly created instance of Customer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["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."]]],[]]