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

# Create user

`POST /templatelist`

This can only be done by the logged in user.

## Request body

- User
  - `id` integer
  - `username` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `password` string
  - `phone` string
  - `userStatus` integer — User Status

## Response `default`

successful operation

- User
  - `id` integer
  - `username` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `password` string
  - `phone` string
  - `userStatus` integer — User Status

---

[API](https://skmtc.dev/opensignlabs/apis/opensign-api-v1.md) · [All operations](https://skmtc.dev/opensignlabs/apis/opensign-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensignlabs/opensign-api-v1/revisions/fc166e76710f/schema)
