חשוב: אנחנו לא מקבלים יותר רישומים חדשים עבור Play EMM API.
מידע נוסף
Enterprises: completeSignup
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משלים את תהליך ההרשמה על ידי ציון אסימון ההשלמה והאסימון הארגוני.
אין להפעיל בקשה זו מספר פעמים עבור אסימון Token Enterprise נתון.
שליחת בקשה
בקשת HTTP
POST https://www.googleapis.com/androidenterprise/v1/enterprises/completeSignup
פרמטרים
שם הפרמטר |
ערך |
תיאור |
פרמטרים אופציונליים של שאילתה |
completionToken |
string |
אסימון ההשלמה הוחזר במקור על ידי GeneratesignupUrl.
|
enterpriseToken |
string |
האסימון של הארגון מצורף לכתובת ה-URL לקריאה חוזרת (callback).
|
הרשאה
בקשה זו מחייבת הרשאה בהיקף הבא:
היקף |
https://www.googleapis.com/auth/androidenterprise |
למידע נוסף, עיינו בדף אימות והרשאה.
גוף הבקשה
אין להזין גוף בקשה בשיטה זו.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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."]]