Knox 또는 제로 터치 등록을 위해 회사 (고객)를 고유하게 식별하는 Company 객체를 만듭니다. 메서드가 성공적으로 반환되면 지정된 소유자 (primary_emails) 또는 관리자 (secondary_emails)가 이메일 주소를 Google 계정과 연결하여 제로터치 고객 포털(자세한 내용은 IT 관리자를 위한 제로터치 등록 참고)에 액세스하거나 삼성 계정과 연결하여 Knox 모바일 등록 (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"]]