Method: signupUrls.create
HTTP 请求
POST https://androidmanagement.googleapis.com/v1/signupUrls
网址采用 gRPC 转码语法。
查询参数
参数 |
projectId |
string
将拥有相应企业的 Google Cloud Platform 项目的 ID。
|
callbackUrl |
string
管理员成功创建企业后会被重定向到的回调网址。在重定向到之前,系统将向这个名为 enterpriseToken 的网址添加查询参数,其中包含一个不透明令牌,用于 create enterprise 请求。系统会解析网址,然后重新设置格式以添加 enterpriseToken 参数,因此格式可能会发生一些细微变化。
|
adminEmail |
string
可选。用于预填充企业注册表单的“管理员”字段的电子邮件地址。此值仅作为提示,可由用户更改。
|
响应正文
如果成功,响应正文将包含一个新创建的 SignupUrl
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/androidmanagement
如需了解详情,请参阅 OAuth 2.0 概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["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."]]],[]]