API-05 — Register with Duplicate Email Returns Error
Authentication
Backend API
API-05 — Register with Duplicate Email Returns Error
API-05 — Register with Duplicate Email Returns Error
Target
Backend API — Authentication
Preconditions
- A user account with a known email already exists
Steps
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/register using the existing email
- Observe the response
Expected Result
- HTTP 422 or similar error is returned
- The error message indicates the email is already registered
- No duplicate account is created