---
title: "Registers a new user"
method: POST
path: "/v1/register-user"
tags: ["Users"]
---

# Registers a new user

`POST /v1/register-user`

## Request body

- object
  - `wantedUsername` string, required
  - `email` string, required
  - `emailVerified` boolean, required
  - `subscribedToNewsletter` boolean

## Response `200`

Returns the registered user

- object
  - `data` object, required
    - `id` string, required
    - `userId` string, required
    - `username` string, required
    - `email` string, required
    - `emailVerified` boolean, required
    - `stripeCustomerId` string, nullable
    - `bio` string, nullable
    - `subscribedToNewsletter` boolean, required
    - `youtubeUsername` string, nullable
    - `twitterUsername` string, nullable
    - `githubUsername` string, nullable
    - `onboardingSkippedAt` string, date-time, nullable
  - `isNewUser` boolean, required

## Changes

- **2026-08-11** `ae76edbfc7f2` — 1 info
  - added the optional property `data/onboardingSkippedAt` to the response with the `200` status
- **2026-07-28** `dd158d030782` — 1 info
  - added the required property `isNewUser` to the response with the `200` status

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/register-user/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)
