জিরো-টাচ তালিকাভুক্তির জন্য একটি গ্রাহক তৈরি করে। পদ্ধতিটি সফলভাবে ফিরে আসার পরে, প্রশাসক এবং মালিকের ভূমিকা API পদ্ধতিতে কল করে বা তাদের জিরো-টাচ এনরোলমেন্ট পোর্টাল ব্যবহার করে ডিভাইস এবং EMM কনফিগারগুলি পরিচালনা করতে পারে। গ্রাহক একটি ইমেল পান যা তাদের জিরো-টাচ এনরোলমেন্টে স্বাগত জানায় এবং পোর্টালে কীভাবে সাইন ইন করতে হয় তা ব্যাখ্যা করে।
HTTP অনুরোধ
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=partners/*}/customers
প্রয়োজন। কোম্পানীর ডেটা নতুন গ্রাহককে পপুলেট করার জন্য। companyName জন্য একটি মান এবং অন্তত একটি owner_email থাকতে হবে যা একটি Google অ্যাকাউন্টের সাথে যুক্ত। companyId এবং name মান অবশ্যই খালি থাকতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, রেসপন্স বডিতে Company একটি নতুন তৈরি উদাহরণ থাকে।
[[["সহজে বোঝা যায়","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-11-08 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."]]],["This describes how to create a zero-touch enrollment customer using a POST request to `https://androiddeviceprovisioning.googleapis.com/v1/{parent=partners/*}/customers`. The `parent` path parameter specifies the reseller. The request body must include a `customer` object with a `companyName` and at least one `owner_email`. Upon success, a new `Company` instance is returned. Authorization requires the `https://www.googleapis.com/auth/androidworkprovisioning` OAuth scope. The created customer can then manage devices and EMM configs.\n"]]