Creates list of users with given input array
Body Parameters
- bodyarray object[]required
List of user object
Responses
- default
successful operation
POST/user/createWithArray
curl https://petstore.swagger.io/v2/user/createWithArray \
--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