জিরো-টাচ তালিকাভুক্তির জন্য একটি গ্রাহক তৈরি করে। পদ্ধতিটি সফলভাবে ফিরে আসার পরে, প্রশাসক এবং মালিকের ভূমিকা 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"]],["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis endpoint creates a new customer for zero-touch enrollment, enabling them to manage devices and EMM configurations via API or the zero-touch portal.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003ePOST\u003c/code\u003e to \u003ccode\u003ehttps://androiddeviceprovisioning.googleapis.com/v1/{parent=partners/*}/customers\u003c/code\u003e, using gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required and identifies the reseller in the format \u003ccode\u003epartners/[PARTNER_ID]\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include a \u003ccode\u003ecustomer\u003c/code\u003e object with the company name and at least one owner email associated with a Google Account.\u003c/p\u003e\n"],["\u003cp\u003eSuccessfully creating a customer returns a \u003ccode\u003eCompany\u003c/code\u003e instance, and the operation requires the \u003ccode\u003ehttps://www.googleapis.com/auth/androidworkprovisioning\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["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"],null,[]]