Skip to main content

Get user by user name

GET 

/user/:username

Request

Path Parameters

    username stringrequired

    The name that needs to be fetched. Use user1 for testing.

Responses

successful operation

Schema

    id int64

    pet

    object

    oneOf

    id int64

    category

    Category

    id int64

    Category ID

    name string

    Possible values: non-empty

    Category name

    sub

    object

    Test Sub Category

    prop1 string

    Dumb Property

    name stringrequired

    The name given to a pet

    photoUrls url[]required

    Possible values: <= 20

    The list of URL to a cute photos featuring pet

    friend

    tags

    Tag[]

    Possible values: >= 1

    Tags attached to the pet

  • Array [

  • id int64
    name string

    Possible values: non-empty

    Tag name

  • ]

  • status string

    Possible values: [available, pending, sold]

    Pet status in the store

    petType

    string

    Possible values: [cat, dog, bee]

    Type of a pet

    huntingSkill stringrequired

    Possible values: [clueless, lazy, adventurous, aggressive]

    Default value: lazy

    The measured skill for hunting

    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

Loading...