Method: accounts.users.patch
更新 Merchant Center 账号用户。执行此方法需要管理员权限。
HTTP 请求
PATCH https://merchantapi.googleapis.com/accounts/v1beta/{user.name=accounts/*/users/*}
网址采用 gRPC 转码语法。
路径参数
参数 |
user.name |
string
标识符。用户的资源名称。格式:accounts/{account}/user/{email} 使用 me 来引用您自己的电子邮件地址,例如 accounts/{account}/users/me 。
|
查询参数
参数 |
updateMask |
string (FieldMask format)
可选。要更新的字段的列表。 支持以下字段(在 snake_case 和 lowerCamelCase 中):
|
响应正文
如果成功,则响应正文包含一个 User
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/content
如需了解详情,请参阅 OAuth 2.0 Overview。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-23。
[null,null,["最后更新时间 (UTC):2025-01-23。"],[[["This operation updates a Merchant Center account user and requires admin access."],["The request uses the `PATCH` method and requires specifying the user's resource name in the URL path."],["You can optionally provide an `updateMask` query parameter to specify which fields to update."],["The request and response bodies both utilize the `User` resource."],["Authorization requires the `https://www.googleapis.com/auth/content` scope."]]],[]]