Complete Email Change
POST/api/management/v1/useradm/users/me/email-change/complete
Complete an email change request initiated by the /users/me/email-change/start end-point.
Caller provides the secret hash sent to the user's new email.
Request
Responses
- 204
- 400
- 409
- 500
The email has been successfully updated and verified.
The secret hash was invalid, not found, or has expired.
The request could not be completed due to a conflict with the current state of the resource.
Internal Server Error.