---
title: "Create account"
method: POST
path: "/v1/signup"
tags: ["accounts"]
---

# Create account

`POST /v1/signup`

## Request body

- Model66
  - `accountName` string, required — The name of the account to be created
  - `companyName` string, required — The name of the account to be created
  - `user` User
    - `email` string, required — The email address of user
    - `name` string, required — The name of user
    - `phone` string — The phone no of user
    - `password` string — The password of user, in case of oauth users pass a random string as password, it will be ignored anyway
    - `strategy` 'password' | 'google' | 'linkedin', required — Password strategy of user
  - `timeZone` string
  - `language` string
  - `template` number
  - `ssTrackerLocation` string
  - `ssTrackerReferrer` string
  - `gSuiteDomain` string
  - `referral` string
  - `accountType` string — Account creation can be from ratethemeeting

## Response `default`

Successful

---

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