vidufywiwhiq
  1. user
vidufywiwhiq
  • Start your Apidog journey
  • PDF Martha The Cookbook 100 Favorite Recipes with Lessons and Stories from My Kitchen by Martha Stewart
  • PDF EPUB Download La mujer de arriba The Wife Upstairs by Freida McFadden Full Book
  • Read online UNRAVELED A love letter to those finding their way by Deanna Lorea Anna Bennett
  • Critical Role Vox Machina Coloring Book by Critical Role Olivia Samson CoupleOfKooks Noah Hayes Cait May on Audiobook New
  • My Happy Marriage Vol. 8 light novel by Akumi Agitogi Tsukiho Tsukioka David Musto on Audiobook New
  • Download PDF Falling in Love by Zachary Seager
  • pdf download The Art and Soul of Dune Part Two by Tanya Lapointe Stefanie Broos
  • Small Country by Gaël Faye on Iphone New Format
  • Read online Dont Give In Youre Not Just Getting Old How an Average Middle-Aged Woman Took Back Her Health by Kathy Bauernfeind
  • Read online Tattered Torn by Aurelia T Evans
  • Read pdf Sookies Recipe Book Gilmore Girls An Official Cookbook by Elena Craig Elizabeth Fish Micol Ostow
  • DK Top 10 The Algarve by DK Travel on Ipad
  • download pdf Understanding Hamas And Why That Matters by Helena Cobban Rami G. Khouri Paola Caridi Jeroen Gunning Khaled Hroub
  • DOWNLOADS Safe Haven Investing for Financial Storms by Mark Spitznagel
  • PDF EPUB Download Siege of Hearts by June Calvin Full Book
  • PDF Download Dance in the Vampire Bund Age of Scarlet Order Vol. 14 by Nozomu Tamaki
  • pdf download Big Freakin Change How to Gain Confidence by Stepping Out Before You Are Ready by Cara Moeller Poppitt
  • Download Pdf Best Dog Hikes Northern California by Linda Mullally David Mullally
  • epub download Chocolate Chip Cookie Murder by Joanne Fluke
  • Pdf ePub The Apothecary Diaries Volume 12 Light Novel by Natsu Hyuuga Touko Shino Kevin Steinbach download ebook
  • pdf download Dont Let Him In A Novel by Lisa Jewell
  • Ties that Bind Us by Nicole Knight on Audiobook New
  • PDF EPUB Download Niall A Canadian Irish Syndicate Romance by Melanie Moreland Full Book
  • PDF EPUB Download The Weather and the Words The Selected Letters of John Newlove 1963-2003 by J.A. Weingarten Lorna Crozier Laura Cameron Full Book
  • Read Pdf Johnny Yesno by Edward Hedican Caroline Yesno
  • pet
    • Find pet by ID
    • Finds Pets by status
    • Finds Pets by tags
    • uploads an image
    • Add a new pet to the store
    • Update an existing pet
    • Updates a pet in the store with form data
    • Deletes a pet
  • store
    • Returns pet inventories by status
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • user
    • Creates list of users with given input array
      POST
    • Get user by user name
      GET
    • Update user
      PUT
    • Delete user
      DELETE
    • Logs user into the system
      GET
    • Logs out current logged in user session
      GET
    • Creates list of users with given input array
      POST
    • Create user
      POST
  1. user

Get user by user name

GET
/user/{username}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/user/'
Response Response Example
200 - Example 1
{
    "id": 66633156,
    "username": "Austin Balistreri III",
    "firstName": "Ibrahim",
    "lastName": "Boyle",
    "email": "Adela_Hane@gmail.com",
    "password": "H9U3mhB7hxSkbzj",
    "phone": "(729) 767-9354",
    "userStatus": 1
}

Request

Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Modified at 2025-08-31 23:44:05
Previous
Creates list of users with given input array
Next
Update user
Built with