Add new email address to the currently authenticated user
POST
/v3/user/emailsAdd new email address to the currently authenticated user
请求参数
Body 参数application/x-www-form-urlencoded
email
string
必需
The new email
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Add new email address to the currently authenticated user
数据结构
Add new email address to the currently authenticated user
id
string
可选
email
string
可选
示例
{
"id": "string",
"email": "string"
}
最后修改时间: 1 个月前