Skip to main content
PATCH
/
user
/
account
/
email
Send email update code
curl --request PATCH \
  --url https://api.managem.co.uk/user/account/email \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Email address used to trigger a verification email from Logto.

email
string<email>
required

Email address to verify

Response

204

A verification code was sent to the email address