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

## Changes

- **2018-11-01** `cf53a96f0da1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/changes/user/createWithList/post.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-multi-cloud-api/revisions/cf53a96f0da1/schema)
