---
title: "Get signup data"
method: GET
path: "/api/admin/signup"
tags: ["Signup"]
---

# Get signup data

`GET /api/admin/signup`

**Enterprise feature**

Returns the signup data for the current user.

## Response `200`

signupDataSchema

- SignupDataSchema — An object describing the user and company signup data.
  - `shouldSetPassword` boolean — Whether the user should set a password as part of the signup process.
  - `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.

---

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