---
title: "User SignUp"
method: POST
path: "/users/sign-up"
tags: ["users-auth"]
---

# User SignUp

`POST /users/sign-up`

create user account

## Request body

- V1UserSignUpInput
  - `email` string, required
  - `name` string, required
  - `password` string, required
  - `phone` string, required

## Response `201`

ok

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

---

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