重要: Play EMM API の新しい登録受け付けは終了しました。
詳細
Enterprises: completeSignup
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
完了トークンとエンタープライズ トークンを指定して、登録フローを完了します。このリクエストを特定のエンタープライズ トークンで複数回呼び出すことはできません。
リクエスト
HTTP リクエスト
POST https://www.googleapis.com/androidenterprise/v1/enterprises/completeSignup
パラメータ
パラメータ名 |
値 |
説明 |
省略可能なクエリ パラメータ |
completionToken |
string |
GenerateSignupUrl によって最初に返される完了トークン。
|
enterpriseToken |
string |
Callback URL に追加される Enterprise トークン。 |
承認
このリクエストには、次のスコープによる認証が必要です。
範囲 |
https://www.googleapis.com/auth/androidenterprise |
詳細については、認証と承認のページをご覧ください。
リクエスト本文
このメソッドをリクエストの本文に含めないでください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]