# Creates list of users with given input array Endpoint: POST /user/createWithList Version: 1.0.0 Security: ## Request fields (application/json): - `pet` (any) - `username` (string) User supplied username Example: "John78" - `firstName` (string) User first name Example: "John" - `lastName` (string) User last name Example: "Smith" - `email` (string) User email address Example: "john.smith@example.com" - `password` (string) User password, MUST contain a mix of upper and lower case letters, as well as digits Example: "drowssaP123" - `phone` (string) User phone number in international format Example: "+1-202-555-0192" - `userStatus` (integer) User status - `image` (string) User image - `addresses` (array) - `addresses.[0]` (object) - `addresses.[0].city` (string) - `addresses.[0].country` (string) - `addresses.[0].street` (string) includes build/apartment number - `addresses.[1]` (number) - `addresses.[2...]` (string)