Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Tworzy obiekt Company, aby jednoznacznie zidentyfikować firmę (klienta) w przypadku rejestracji Knox lub rejestracji bezdotykowej. Po pomyślnym wywołaniu metody wskazani właściciele (primary_emails) lub administratorzy (secondary_emails) mogą powiązać swoje adresy e-mail z kontem Google, aby uzyskać dostęp do portalu rejestracji typu zero-touch dla klientów (szczegółowe informacje znajdziesz w artykule Rejestracja typu zero-touch dla administratorów IT), lub z kontem Samsung, aby uzyskać dostęp do portalu Knox Mobile Enrollment (KME).
Nazwa firmy. Na przykład XYZ Corp. Wyświetlane pracownikom firmy w portalu rejestracji typu zero-touch.
primary_emails
Lista wartości object(string)
Tak
Zero-touch: adres e-mail użytkowników klienta z rolą właściciela. Wymagany jest co najmniej 1 adres e-mail. Każdy adres e-mail musi być powiązany z kontem Google. Właściciele mają takie same uprawnienia dostępu jak administratorzy, ale mogą też dodawać, usuwać i edytować użytkowników portalu organizacji.
Samsung: adres e-mail super administratora klienta. Samsung przyjmuje tylko pierwszy adres e-mail z listy. Adres e-mail musi być powiązany z kontem Samsung.
secondary_emails
Lista wartości object(string)
Nie
Adres e-mail użytkowników klienta z rolą administratora. Każdy adres e-mail musi być powiązany z kontem Google. Uwaga: ta usługa nie jest obsługiwana przez Samsunga.
vendorParams
map
Rejestracja typu zero-touch: nie
Samsung: tak
Dodatkowe pola, pary klucz-wartość określone przez dostawcę. Żądania z klasy SamsungResellerService muszą zawierać te informacje:
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-08-29 UTC."],[[["\u003cp\u003eThis process creates a \u003ccode\u003eCompany\u003c/code\u003e object to uniquely identify a customer for Knox or zero-touch enrollment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecustomer_name\u003c/code\u003e, \u003ccode\u003eprimary_emails\u003c/code\u003e, and \u003ccode\u003evendorParams\u003c/code\u003e are required parameters for creating a customer, and \u003ccode\u003esecondary_emails\u003c/code\u003e is optional.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eprimary_emails\u003c/code\u003e are email addresses for owners (for zero-touch) or super admins (for Samsung), who can access the zero-touch or Knox Mobile Enrollment portal, and must be associated with a Google Account or Samsung Account, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esecondary_emails\u003c/code\u003e represent admin users for zero-touch enrollment, must be associated with a Google Account, and are not supported by Samsung.\u003c/p\u003e\n"],["\u003cp\u003eThe method throws a \u003ccode\u003eCommonException\u003c/code\u003e with an \u003ccode\u003eINTERNAL_SERVER_ERROR\u003c/code\u003e if an issue occurs during customer creation.\u003c/p\u003e\n"]]],["This document outlines how to create a `Company` object to identify a customer for Knox or zero-touch enrollment. The `createCustomer` method requires a company name and a list of primary email addresses (owners/super admins). Secondary email addresses (admins) are optional for zero-touch. Samsung requests also need `vendorParams`, specifying country, first name, last name, and \"KME\" service. Successful creation returns a `Company` object, allowing associated emails access to the zero-touch or KME portal. Errors result in a `CommonException`.\n"],null,[]]