Creates list of users with given input array

Creates list of users with given input array

Body Parameters
  • body
    array object[]
    required

    List of user object

Responses
  • default

    successful operation

POST/user/createWithList
curl https://petstore.swagger.io/v2/user/createWithList \
  --request POST \
  --header 'Api_key: YOUR_SECRET_TOKEN' \
  --header 'Content-Type: text/plain;charset=UTF-8' \
  --data "[
  {
    "id": 1,
    "username": "",
    "firstName": "",
    "lastName": "",
    "email": "",
    "password": "",
    "phone": "",
    "userStatus": 1
  }
]"
No Body