---
title: "POST /users/register"
method: POST
path: "/users/register"
tags: ["users"]
---

# POST /users/register

`POST /users/register`

## Request body

- RegisterUserDto
  - `email` string, required
  - `password` string, required
  - `fullName` string, required

## Response `201`

- UserCreatedResponseDto
  - `id` string, required
  - `email` string, required
  - `fullName` string, required
  - `isVerified` boolean, required
  - `hasPassword` boolean, required

## Other responses

- `409` — User already exists, please login.
- `500` — Something went wrong.

## Changes

- **2023-09-20** `6610666a572e` — 2 breaking, 2 info
  - removed the required property `profilePictureUrl` from the response with the `201` status
  - removed the required property `verifiedAt` from the response with the `201` status
  - added the required property `hasPassword` to the response with the `201` status
  - added the required property `isVerified` to the response with the `201` status

[Change history](https://skmtc.dev/agentlabs-dev/apis/agentlabs-api/changes/users/register/post.md)

---

[API](https://skmtc.dev/agentlabs-dev/apis/agentlabs-api.md) · [All operations](https://skmtc.dev/agentlabs-dev/apis/agentlabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentlabs-dev/agentlabs-api/revisions/6610666a572e/schema)
