Get the currently authenticated user's email addresses
GET
/v3/user/emailsGet the currently authenticated user's email addresses
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get the currently authenticated user's email addresses
数据结构
Add new email address to the currently authenticated user
id
string
可选
email
string
可选
示例
{
"id": "string",
"email": "string"
}
最后修改时间: 1 个月前