---
title: "Creates a new user without sending a verification email"
method: POST
path: "/v1/auth/signup"
tags: ["Auth"]
---

# Creates a new user without sending a verification email

`POST /v1/auth/signup`

## Request body

- object
  - `email` string, email, required
  - `password` string, required

## Response `204`

User created successfully

---

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