osugejonunky
  1. user
osugejonunky
  • Start your Apidog journey
  • Download PDF Nossa grande chance by Felipe Cabral
  • Download Pdf The Dunwich Horror by H. P. Lovecraft François Baranger
  • Awakened by Laura Elliott on Audiobook New
  • DOWNLOAD PDF EPUB Finding Me A Memoir by Viola Davis
  • All the Missing Pieces Deluxe Edition by Catherine Cowles on Iphone New Format
  • DOWNLOAD PDF EPUB Attacked Pearl Harbor and the Day War Came to America by Marc Favreau
  • Read online 31 Days Before your CCNA Exam A Day-By-Day Review Guide for the CCNA 200-301 Certification Exam by Allan Johnson
  • Download Pdf The Lost Forest A Coloring Book by GHOSTSHRIMP
  • Download PDF Skandar and the Skeleton Curse by A.F. Steadman
  • DOWNLOADS Re-Regulated Set Your Life Free from Childhood PTSD and the Trauma-Driven Behaviors That Keep You Stuck by Anna Runkle
  • Read pdf What Hunts Inside the Shadows Of Flesh Bone Book Two by Harper L. Woods
  • Pdf ePub Making the Afterlife Connection The Journey from Doubt to Knowing That Death Is Not the End by Suzanne Giesemann download ebook
  • download pdf The Collected Regrets of Clover A Novel by Mikki Brammer
  • PDF Download Fool Night Vol. 5 by Kasumi Yasuda
  • Online Read Ebook The Etiquette of Voles by Karen B. McCoy Lena Mulberg
  • Pdf ePub The Monocle Travel Guide to London Updated Version by Monocle download ebook
  • Read Pdf LEGO DREAMZzz Dream Chasers and the Riddle-Spokens by Kaela Rivera
  • pdf download Chinese Toggles Culture in Miniature by Shuxia Chen Min-Jung Kim
  • PDF EPUB Download Art and Creativity in an Era of Ecocide Embodiment Performance and Practice by Anna Pigott Owain Jones Ben Parry Full Book
  • Online Read Ebook Gunsmith Cats Omnibus Volume 1 by Kenichi Sonoda Dana Lewis Toren Smith
  • Read online Waves of Hope Personal Stories of ECT by George Kirov
  • DOWNLOADS Beneath These Cursed Stars by Lexi Ryan
  • pdf download Bad Company Private Equity and the Death of the American Dream by Megan Greenwell
  • La chica de nieve Snow Girl by Javier Castillo on Audiobook New
  • Read pdf What in Me Is Dark The Revolutionary Afterlife of Paradise Lost by Orlando Reade
  • The subject of Britain 1603-25 by Christopher Ivic on Audiobook New
  • Download Pdf An Introduction to Moral Philosophy by Jonathan Wolff
  • 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-19 18:38:10
Previous
Creates list of users with given input array
Next
Update user
Built with