---
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
  - `profilePictureUrl` string, nullable, required
  - `verifiedAt` string, date-time, nullable, required

## Other responses

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

## Changes

- **2023-10-09** `518b65ec591f` — 1 info
  - added the required property `profilePictureUrl` to the response with the `201` status
- **2023-09-21** `1e128b24bf2f` — 1 breaking
  - removed the required property `hasPassword` from the response with the `201` status
- **2023-09-21** `b44de8ef8549` — 1 breaking, 1 info
  - removed the required property `isVerified` from the response with the `201` status
  - added the required property `verifiedAt` to the response with the `201` status
- **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/5cafb4936550/schema)
