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

# POST /user

`POST /user`

Create a New user

## Request body

- CreateUserStruct
  - `department` string, required
  - `email` string, required
  - `firstname` string
  - `guid` string, required — should be a unique value representing user
  - `lastname` string, required
  - `partid` integer, required
  - `password` string, required
  - `usergroup` string, required
  - `username` string, required

## Changes

- **2020-01-12** `52987c8da72a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sipcapture/apis/homer-app/changes/user/post.md)

---

[API](https://skmtc.dev/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.dev/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/52987c8da72a/schema)
