Skip to main content

Creates list of users with given input array

Request Body array required

List of user object

  • Array [
  • pet object
    oneOf

    object

    username string

    Possible values: >= 4 characters

    User supplied username

    firstName string

    Possible values: non-empty

    User first name

    lastName string

    Possible values: non-empty

    User last name

    email email

    User email address

    password password

    Possible values: >= 8 characters, Value must match regular expression /(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])/

    User password, MUST contain a mix of upper and lower case letters, as well as digits

    phone string

    Possible values: Value must match regular expression /^\+(?:[0-9]-?){6,14}[0-9]$/

    User phone number in international format

    userStatus int32

    User status

  • ]
Responses

successful operation

Loading...