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

Authorizations

Authorization
string
header
required

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

Body

application/json

Payload required once the user has confirmed the verification code.

email
string<email>
required

Email address to update

code
string
required

The verification code received via email

Response

204

The user's email address was updated