- Creates list of users with given input array
Create user
Get user by user name
Updated user
Delete user
Creates list of users with given input array
Logs user into the system
Logs out current logged in user session
Creates list of users wit...
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/user/createWithArray
- Default serverhttps://petstore.swagger.io/v2/user/createWithArray
- Sandbox serverhttps://petstore.swagger.io/sandbox/user/createWithArray
curl -i -X POST \
https://innovario.apishowdown.com/_mock/petstore/user/createWithArray \
-H 'Content-Type: application/json' \
-d '[
{
"pet": {
"category": {
"name": "string",
"sub": {
"prop1": "string"
}
},
"name": "Guru",
"photoUrls": [],
"friend": {},
"tags": [
{
"name": "string"
}
],
"status": "available",
"petType": "cat",
"huntingSkill": "adventurous"
},
"username": "John78",
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@example.com",
"password": "drowssaP123",
"phone": "+1-202-555-0192",
"userStatus": 10,
"image": "string",
"addresses": [
{
"city": "string",
"country": "string",
"street": "string"
},
0
]
}
]'