Accounts: insert
需要授权
为用户插入新账号
请求
HTTP 请求
POST https://www.googleapis.com/mirror/v1/accounts/userToken/accountType/accountName
参数
参数名称 |
值 |
说明 |
路径参数 |
accountName |
string |
要传递给 Android 账号管理器的账号名称。
|
accountType |
string |
要传递给 Android 账号管理器的账号类型。
|
userToken |
string |
用户的 ID。
|
授权
此请求需要获得下列范围的授权(详细了解身份验证和授权)。
请求正文
在请求正文中,提供一项 Accounts 资源。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["Inserts a new user account, requiring authorization with specified scope."],["Utilizes a POST request to a designated endpoint with account name, type, and user ID."],["The request body requires an Accounts resource and a successful response returns the same."],["Authorization is necessary and details regarding authentication and authorization can be found in the provided documentation link."]]],[]]