Kuruluşun sahibi olacak Google Cloud Platform projesinin kimliği.
callbackUrl
string
Yöneticinin, başarılı bir şekilde kurum oluşturduktan sonra yönlendirileceği geri çağırma URL'si. Sistem, bu URL'ye yönlendirmeden önce enterpriseToken adlı bir sorgu parametresi ekler. Bu parametre, kuruluş oluşturma isteği için kullanılacak opak bir jeton içerir. URL ayrıştırılır ve enterpriseToken parametresi eklenmek üzere yeniden biçimlendirilir. Bu nedenle, bazı küçük biçimlendirme değişiklikleri olabilir.
adminEmail
string
İsteğe bağlıdır. Kurumsal kayıt formunun yönetici alanını önceden doldurmak için kullanılan e-posta adresi. Bu değer yalnızca bir ipucu niteliğindedir ve kullanıcı tarafından değiştirilebilir. allowedDomains boş değilse allowedDomains öğelerinden birine ait olmalıdır.
allowedDomains[]
string
İsteğe bağlıdır. Yönetici e-postası için izin verilen alanların listesi. BT yöneticisi, bu listede bulunmayan bir alan adına sahip bir e-posta adresi giremez. Bu listedeki alanların alt alan adlarına izin verilmez ancak alan adının önüne *. ön ekiyle ikinci bir giriş ekleyerek izin verilebilir (ör. *.example.com). Alan yoksa veya boş bir listedeyse BT yöneticisi herhangi bir geçerli alan adını kullanabilir. Kişisel e-posta alan adlarına her zaman izin verilir ancak bu, Managed Google Play Accounts grubu oluşturulmasına neden olur.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt metni, yeni oluşturulmuş bir SignupUrl örneği içerir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThis document describes how to create an enterprise signup URL using an HTTP POST request to \u003ccode\u003ehttps://androidmanagement.googleapis.com/v1/signupUrls\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe response provides a \u003ccode\u003eSignupUrl\u003c/code\u003e object containing the generated signup URL.\u003c/p\u003e\n"],["\u003cp\u003eTo use this functionality, you'll need authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidmanagement\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["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"],null,[]]