Method: users.patch
HTTP 请求
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/{user.name=developers/*/users/*}
网址采用 gRPC 转码语法。
路径参数
参数 |
user.name |
string
必需。相应用户的资源名称,其格式为“developers/{developer}/users/{email}”。
|
查询参数
参数 |
updateMask |
string (FieldMask format)
可选。要更新的字段的列表。 这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo" 。
|
响应正文
如果成功,则响应正文包含一个 User
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/androidpublisher
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-18。
[null,null,["最后更新时间 (UTC):2024-12-18。"],[[["Updates a developer account user's access."],["Uses an HTTP PATCH request to the specified URL with path and query parameters."],["The request body and response body both utilize the `User` object for data transfer."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document details updating user access in a developer account via a `PATCH` HTTP request to `https://androidpublisher.googleapis.com/androidpublisher/v3/{user.name=developers/*/users/*}`. It uses gRPC Transcoding syntax. The `user.name` path parameter is required. The `updateMask` query parameter, a comma-separated list of fields, is optional. The request and response bodies are instances of the `User` object. The process requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization.\n"]]