Skip to content

Request email change

POST
/resources/me/email/change

Generates a verification secret returned in the response for use by the Portal Server to send a verification email.

Request Body

JSON
{
  
"email": "string"
}

Responses

OK

JSON
{
  
"identityId": "string",
  
"secret": "string",
  
"email": "string"
}

Samples

© 2024 Hantera AB. All rights reserved.