---
title: "Adds a new SumoQuote user to the SumoQuote account."
method: POST
path: "/v1/User"
tags: ["User"]
---

# Adds a new SumoQuote user to the SumoQuote account.

`POST /v1/User`

## Request body

- CreateNewUserAPIRequest
  - `emailAddress` string, nullable
  - `password` string, nullable
  - `isAdmin` boolean
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `phoneNumber` string, nullable
  - `jobTitle` string, nullable

## Response `200`

Success

---

[API](https://skmtc.net/sumoquote/apis/sumoquote-publicapi.md) · [All operations](https://skmtc.net/sumoquote/apis/sumoquote-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumoquote/sumoquote-publicapi/revisions/08176979e99f/schema)
