選用設定。允許管理員電子郵件使用的網域清單。IT 管理員無法輸入網域名稱不在這個清單中的電子郵件地址。這份清單中的網域子網域不允許使用,但您可以新增第二個項目,在網域名稱前方加上 *. (例如 *.example.com),讓系統允許使用這些子網域。如果這個欄位不存在或清單為空白,IT 管理員可以自由使用任何有效的網域名稱。個人電子郵件網域一律允許使用,但會導致建立 Google Play 管理版帳戶企業。
[[["容易理解","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-02-19 (世界標準時間)。"],[[["This document describes how to create an enterprise signup URL using an HTTP POST request to `https://androidmanagement.googleapis.com/v1/signupUrls`."],["The request requires specifying the Google Cloud project ID, a callback URL for redirection after signup, and optionally, an email address to prefill the admin field."],["The response provides a `SignupUrl` object containing the generated signup URL."],["To use this functionality, you'll need authorization with the `https://www.googleapis.com/auth/androidmanagement` OAuth scope."]]],["This content describes the process of creating an enterprise signup URL via a `POST` request to `https://androidmanagement.googleapis.com/v1/signupUrls`. The request requires a `projectId` and a `callbackUrl`, and optionally an `adminEmail` and `allowedDomains`. The request body must be empty. A successful request returns a `SignupUrl` instance. This requires `https://www.googleapis.com/auth/androidmanagement` authorization scope. After enterprise creation, `enterpriseToken` will be added as a query parameter to the callback URL.\n"]]