Erstellt einen Kunden für die Zero-Touch-Registrierung. Nachdem die Methode erfolgreich zurückgegeben wurde, können die Administrator- und Inhaberrollen Geräte und EMM-Konfigurationen verwalten, indem sie API-Methoden aufrufen oder ihr Portal für die Zero-Touch-Registrierung verwenden. Der Kunde erhält eine E-Mail, in der er zur Zero-Touch-Registrierung begrüßt wird und in der erklärt wird, wie er sich im Portal anmelden kann.
HTTP-Anfrage
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=partners/*}/customers
Erforderlich. Die Unternehmensdaten, die für den neuen Kunden verwendet werden sollen. Muss einen Wert für companyName und mindestens einen Wert für owner_email enthalten, der mit einem Google-Konto verknüpft ist. Die Werte für companyId und name müssen leer sein.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von Company.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-08-29 (UTC)."],[[["This endpoint creates a new customer for zero-touch enrollment, enabling them to manage devices and EMM configurations via API or the zero-touch portal."],["The HTTP request is a `POST` to `https://androiddeviceprovisioning.googleapis.com/v1/{parent=partners/*}/customers`, using gRPC Transcoding syntax."],["The `parent` path parameter is required and identifies the reseller in the format `partners/[PARTNER_ID]`."],["The request body must include a `customer` object with the company name and at least one owner email associated with a Google Account."],["Successfully creating a customer returns a `Company` instance, and the operation requires the `https://www.googleapis.com/auth/androidworkprovisioning` OAuth scope."]]],[]]