ज़रूरी जानकारी: अब हम Play EMM API (एपीआई) के लिए नए रजिस्ट्रेशन स्वीकार नहीं कर रहे हैं.
ज़्यादा जानें.
Enterprises: completeSignup
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
साइन अप फ़्लो को पूरा करने पर, पूरा होने वाला टोकन और
एंटरप्राइज़ टोकन डाला जाता है.
किसी भी एंटरप्राइज़ टोकन के लिए यह अनुरोध बार-बार नहीं किया जाना चाहिए.
अनुरोध करें
एचटीटीपी अनुरोध
POST https://www.googleapis.com/androidenterprise/v1/enterprises/completeSignup
पैरामीटर
पैरामीटर का नाम |
वैल्यू |
ब्यौरा |
वैकल्पिक क्वेरी पैरामीटर |
completionToken |
string |
पूरा होने वाला टोकन शुरू में GeneratesignupUrl ने लौटाया.
|
enterpriseToken |
string |
कॉलबैक यूआरएल में एंटरप्राइज़ टोकन जोड़ा गया.
|
अनुमति देना
इस अनुरोध के लिए नीचे दिए गए दायरे की अनुमति चाहिए:
स्कोप |
https://www.googleapis.com/auth/androidenterprise |
ज़्यादा जानकारी के लिए, पुष्टि और अनुमति देना पेज देखें.
अनुरोध का मुख्य भाग
इस तरीके से, अनुरोध का मुख्य हिस्सा न दें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-02-13 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-02-13 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eCompletes enterprise signup using Completion and Enterprise tokens obtained during the signup initiation process.\u003c/p\u003e\n"],["\u003cp\u003eThis request finalizes signup and should only be called once per Enterprise token.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eSends a POST request to the specified URL with tokens as query parameters.\u003c/p\u003e\n"],["\u003cp\u003eUpon success, returns an Enterprises resource detailing the registered enterprise.\u003c/p\u003e\n"]]],[],null,["# Enterprises: completeSignup\n\n| **Note:** Requires [authorization](#auth).\n\nCompletes the signup flow, by specifying the Completion token and\nEnterprise token.\nThis request must not be called multiple times for a given Enterprise\nToken.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/androidenterprise/v1/enterprises/completeSignup\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-------------------|----------|---------------------------------------------------------------|\n| **Optional query parameters** |||\n| `completionToken` | `string` | The Completion token initially returned by GenerateSignupUrl. |\n| `enterpriseToken` | `string` | The Enterprise token appended to the Callback URL. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an [Enterprises resource](/android/work/play/emm-api/v1/enterprises#resource) in the response body."]]