Method: accounts.users.create

创建 Merchant Center 帐号用户。执行此方法需要管理员访问权限。

HTTP 请求

POST https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/users

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。将为其创建用户的账号的资源名称。格式:accounts/{account}

查询参数

参数
userId

string

必需。用户的电子邮件地址(例如 john.doe@gmail.com)。

请求正文

请求正文包含一个 User 实例。

响应正文

如果成功,响应正文将包含一个新创建的 User 实例。

授权范围

需要以下 OAuth 范围:

  • https://www.googleapis.com/auth/content

如需了解详情,请参阅 OAuth 2.0 概览