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

# Creates list of users with given input array

`POST /user/createWithArray`

## 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/openapitools/apis/openapi-petstore.md) · [All operations](https://skmtc.dev/openapitools/apis/openapi-petstore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openapitools/openapi-petstore/revisions/d8af387ab4d0/schema)
