Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
Request to change email address (generates verification secret)
POST
/resources/me/email/change
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"string"
}
Responses
200
400
401
403
OK
Content-Type
text/plain
Schema
JSON
JSON
{
"identityId"
:
"string"
,
"secret"
:
"string"
,
"email"
:
"string"
}
POST
/resources/me/email/change
Samples