Method: signupUrls.create

建立企業註冊網址。

HTTP 要求

POST https://androidmanagement.googleapis.com/v1/signupUrls

這個網址使用 gRPC 轉碼語法。

查詢參數

參數
projectId

string

企業擁有的 Google Cloud Platform 專案 ID。

callbackUrl

string

管理員在成功建立企業後,會將重新導向的回呼網址。在您重新導向到這個之前,系統會將名為 enterpriseToken 的查詢參數新增至這個網址,其中包含用於「建立企業」要求的不透明權杖。系統會剖析網址並調整格式,以便新增 enterpriseToken 參數,因此您可能需要稍微變更格式。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體會包含新建立的 SignupUrl 例項。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/androidmanagement

詳情請參閱 OAuth 2.0 總覽