Validates an email account.
POST/api/v1/users/:userId/code/validate
Validates an email account.
Request
Responses
- 200
- 400
- 401
- 403
- 404
User email or phone validated successfully
Bad Request - Invalid input parameters
Unauthorized - Authentication required
Forbidden - Insufficient permissions
Not found - Depending on the configuration, this route may not exists.