uchawhoknonk
  1. user
uchawhoknonk
  • Start your Apidog journey
  • Download Pdf Effective Python 125 Specific Ways to Write Better Python by Brett Slatkin
  • PDF EPUB Download Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 2 by Tang Jiu Qing St Full Book
  • DOWNLOADS Survival Takes a Wild Imagination Poems by Fariha RÃisÃn
  • pdf download Dolci Italiani Desserts cakes other sweet bakes from Italy by Ursula Ferrigno
  • DOWNLOAD PDF EPUB Another Modernism Home Economics and the Design of Domestic Space in the US 1900-1960 by Anna Myjak-Pycia
  • epub download Learn Haskell by Example by Philipp Hagenlocher
  • pdf download There Is No Cat by Gene Doucette
  • PDF Kindle The Death of Vivek Oji by Akwaeke Emezi
  • PDF EPUB Download Silverleaf Rapids by Jodi Thomas Full Book
  • PDF Kindle The Chinese Tragedy of King Lear by Nan Z. Da
  • PDF EPUB Download Lost Girls and Love Hotels A Novel by Catherine Hanrahan Full Book
  • Read online Turners Strength Exile envy and frontier justice. by James Seymour
  • download pdf Digital Business Management Transforming to a Data-Driven Organization Using AI by Swen Schneider Lutz Anderie
  • Download Pdf Stop Thief Anarchism and Philosophy by Catherine Malabou Carolyn Shread
  • DOWNLOAD PDF EPUB Seraph of the End Guren Ichinose Resurrection at Nineteen by Takaya Kagami Yo Asami
  • download pdf What Should Individuals Do about Climate Change A Debate by Marion Hourdequin Dan C. Shahar
  • Pdf ePub The Principles of Product Development Flow Second Generation Lean Product Development by Donald G. Reinertsen download ebook
  • Online Read Ebook Representative Democracy A Justification by Dimitri Landa Ryan Pevnick
  • download pdf Criers War by Nina Varela
  • pdf download Psilocybin Mushrooms in Their Natural Habitats A Guide to the History Identification and Use of Psychoactive Fungi by Paul Stamets
  • How to Age Gracefully Essays About the Art of Living by Barbara Hoffbeck Scoblic on Audiobook New
  • PDF DOWNLOAD Made in Abyss Vol. 12 by Akihito Tsukushi on Iphone
  • PDF Download Revolution in 35mm Political Violence and Resistance in Cinema from the Arthouse to the Grindhouse 1960-1990 by Andrew Nette Samm Deighan
  • DOWNLOADS Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 4 by Tang Jiu Qing St
  • Read Pdf Playtesting Best Practices Real World and Online by Chris Backe
  • 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 23:18:25
Previous
Creates list of users with given input array
Next
Update user
Built with