---
title: "Submit signup data."
method: POST
path: "/api/admin/signup"
tags: ["Signup"]
---

# Submit signup data.

`POST /api/admin/signup`

**Enterprise feature**

Submits the signup data for the current user.

## Request body

- SubmitSignupDataSchema — An object describing the user and company signup data submission.
  - `name` string — The user's name.
  - `companyRole` string — The role of the user within the company.
  - `companyName` string — The name of the company.
  - `companyIsNA` boolean — Whether the company is based in North America.
  - `productUpdatesEmailConsent` boolean — Whether the user has consented to receive product update emails.
  - `password` string — The user's new password.
  - `inviteEmails` string[] — A list of email addresses to invite.

## Response `204`

This response has no body.

## Other responses

- `400` — The request data does not match what we expect.
- `404` — The requested resource was not found.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
