Try it

Creates list of users with given input array

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
http://petstore.swagger.io/v2/user/createWithList

Request samples

Content type
application/json
Copy
Expand all Collapse all
[
  • {
    }
]