---
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

## Other responses

- `400` — The email or password was rejected
- `422` — Account could not be created
- `429` — Too many attempts
- `502` — Account creation is temporarily unavailable

## Changes

- **2026-08-24** `d5712c260547` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `422`
  - added the non-success response with the status `429`
  - added the non-success response with the status `502`

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/auth/signup/post.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
