---
title: "Register user into the system"
method: POST
path: "/register"
tags: ["user"]
---

# Register user into the system

`POST /register`

Adds a new user not created yet into the system

## Request body

- AuthInput
  - `email` string, required
  - `password` string, required

## Response `200`

successful operation

- Users
  - `_id` integer
  - `email` string
  - `jwt` string
  - `role` string
  - `password` string
  - `alertEnabled` boolean

## Other responses

- `400` — Invalid username/password supplied

---

[API](https://skmtc.dev/a11ywatch/apis/a11ywatch-client.md) · [All operations](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/a11ywatch/a11ywatch-client/revisions/83861b057739/schema)
