---
title: "signup by email"
method: POST
path: "/user"
tags: ["Users"]
---

# signup by email

`POST /user`

## Query parameters

- `user[email]` string, required
- `user[password]` string, password, required
- `user[app]` 'questionmark-app' | 'checkit'

## Response `200`

signup failed (`success` is `false`) or succeeded

- object
  - `success` boolean
  - `errors` string[] — login failure reason (only present when `success` is `false`)
  - `user` User
    - `id` integer
    - `retailer_ids` integer[] — preferred retailers
    - `email` string — email address (only for email login)
    - `name` string — name (only for owners)
    - `created` string

---

[API](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2.md) · [All operations](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thequestionmark/questionmark-api-v1-2/versions/936ff09e6fa1/schema)
