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