Creates list of users with given input array

Request
Request Body schema: application/json

List of user object

Array
id
integer <int64>
username
string
firstName
string
lastName
string
email
string
password
string
phone
string
userStatus
integer <int32>

User Status

Responses
default

successful operation

post/user/createWithList
Request samples
application/json
[
  • {
    }
]