---
title: "Creates list of users with given input array"
method: POST
path: "/user/createWithList"
tags: ["user"]
---

# Creates list of users with given input array

`POST /user/createWithList`

## 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

---

[API](https://skmtc.dev/swagger/apis/swagger-petstore.md) · [All operations](https://skmtc.dev/swagger/apis/swagger-petstore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swagger/swagger-petstore/revisions/bb116730d391/schema)
