Creates list of users with given input array
/user/createWithList
Creates list of users with given input array
Body Parameters
Returns
Creates list of users with given input array
curl https://petstore3.swagger.io/api/v3/user/createWithList \
-X POST \
-H "api_key: $PETSTORE_API_KEY"
{
"id": 10,
"email": "john@email.com",
"firstName": "John",
"lastName": "James",
"password": "12345",
"phone": "12345",
"username": "theUser",
"userStatus": 1
}Returns Examples
{
"id": 10,
"email": "john@email.com",
"firstName": "John",
"lastName": "James",
"password": "12345",
"phone": "12345",
"username": "theUser",
"userStatus": 1
}