---
title: "Insert a User"
method: POST
path: "/user"
tags: ["user"]
---

# Insert a User

`POST /user`

Insert a User in the DB

## Request body

- User
  - `email` string, required
  - `name` string, required
  - `id` string
  - `password` string, required

## Response `200`

Show Added User

---

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