API-05 — Register with Duplicate Email Returns Error

Authentication
Backend API
API-05 — Register with Duplicate Email Returns Error
Published

2026-06-17

API-05 — Register with Duplicate Email Returns Error

Target

Backend API — Authentication

Preconditions

  • A user account with a known email already exists

Steps

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/register using the existing email
  2. 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