---
title: "Creates User"
method: POST
path: "/v1/users/register.json"
tags: ["users"]
---

# Creates User

`POST /v1/users/register.json`

Created Webhook

## Query parameters

- `token` string, required

## Request body

- object
  - `email` string
  - `is_agree_terms_and_conditions` boolean
  - `password` string
  - `username` string

## Response `200`

successful operation

- object
  - `id` integer

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/versions/bfc753befdbe/schema)
