Method: users.create
HTTP 请求
POST https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users
网址采用 gRPC 转码语法。
路径参数
参数 |
parent |
string
必需。要添加用户的开发者帐号。格式:developers/{developer}
|
响应正文
如果成功,响应正文将包含一个新创建的 User
实例。
授权范围
需要以下 OAuth 作用域:
https://www.googleapis.com/auth/androidpublisher
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Grants a user access to a specified developer account."],["Utilizes an HTTP POST request to `https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users`."],["Requires a request body containing the user details as defined in the `User` object."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."],["A successful response returns the newly created `User` object."]]],["The core action is granting a user access to a developer account via a `POST` request to `https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users`. The `parent` path parameter, formatted as `developers/{developer}`, specifies the target account. The request body must contain a `User` instance, and a successful response returns a newly created `User` instance. This action requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization.\n"]]