Overview
New accounts are disabled until the email address is verified. Call this endpoint with the code sent to the user.HTTP request
POST /Agent/Account/VerifyEMail
Authentication
No authentication required.Request body
| Field | Type | Required | Description |
|---|---|---|---|
eMail | string | yes | Email address to verify. |
code | string | yes | Verification code sent by email. |
Response
| Field | Type | Description |
|---|---|---|
eMail | string | Verified email address. |
userName | string | Username associated with the email. |
Error handling
Invalid codes return an error response.Next steps
- Log in to obtain a JWT: Login