Knox またはゼロタップ登録で会社(お客様)を一意に識別する Company オブジェクトを作成します。メソッドが正常に返されたら、指定されたオーナー(primary_emails)または管理者(secondary_emails)は、メールアドレスを Google アカウントに関連付けて ゼロタッチ カスタマー ポータルにアクセスできます(詳細については、IT 管理者向けのゼロタッチ登録をご覧ください)。または、Samsung アカウントに関連付けて Knox Mobile Enrollment(KME)ポータルにアクセスできます。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-12-03 UTC。"],[[["This process creates a `Company` object to uniquely identify a customer for Knox or zero-touch enrollment."],["The `customer_name`, `primary_emails`, and `vendorParams` are required parameters for creating a customer, and `secondary_emails` is optional."],["`primary_emails` 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."],["`secondary_emails` represent admin users for zero-touch enrollment, must be associated with a Google Account, and are not supported by Samsung."],["The method throws a `CommonException` with an `INTERNAL_SERVER_ERROR` if an issue occurs during customer creation."]]],["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"]]