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

# POST /users/register

`POST /users/register`

## Request body

- object
  - `name` string
  - `surname` string
  - `email` string
  - `password` string
  - `role` integer
  - `created_at` string, date-time
  - `last_login` string, date-time

## Response `201`

new created user

## Other responses

- `500` — internal server error
- `503` — internal server error

## Changes

- **2025-02-04** `62ffc1be1928` — 1 warning, 2 info
  - removed the request property `password_hash`
  - added the new optional request property `password`
  - added the new optional request property `surname`
- **2025-01-22** `ed48b7196725` — 4 warning, 15 info
  - removed the request property `organizationId`
  - removed the request property `password`
  - removed the request property `roleId`
  - removed the request property `surname`
  - …15 more

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

---

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