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