pekuryheshoj
  1. user
pekuryheshoj
  • Start your Apidog journey
  • télécharger pdf Treaded like a Rag
  • Télécharger PDF Les aventures des acro-pattes Tome 2
  • PDF Braqueur par Rédoine Faïd
  • TÉLÉCHARGER PDF EPUB Amsterdam
  • Kindle Deadly Surprise in Portmore - Sudden Death Series 3 téléchargement
  • Kindle Rescued by the Rugged Mountain Man - Bearclaw Search and Rescue 1 téléchargement
  • TÉLÉCHARGER PDF EPUB Blitz Tome 1
  • téléchargement pdf La tempête avant le calme
  • Lire en ligne Le chien qui suivait létoile - Conte de Noël
  • Lecture en ligne Ebook Le loup noir Tome 2
  • Lecture en ligne Ebook Le bébé de nuit de cendrillon
  • Télécharger PDF Le code - Le compte à rebours a commencé
  • PDF Marchesi 1824 - Savoring the spirit of Milan téléchargement
  • PDF Renascer entre as Grades - Cura e Crescimento Pessoal 3 téléchargement
  • PDF Shared Claimed By The Alpha Workmen Older Man Younger Woman Erotica Romance - Forbidden Age Gap Erotic Romance 13 par Sara King
  • Lire en ligne Nach dem Kauf durch den entstellten CEO
  • Lecture en ligne Ebook Lou Tome 7
  • Télécharger PDF Sıfırdan Ingilizce
  • téléchargement pdf Tout un tas de petites choses
  • Pdf ePub The Power Of EQ Sculpting Your Sound par PRODUCERGENIE téléchargement ebook
  • PDF Young Avengers téléchargement
  • téléchargement pdf Bonjour Saint-Esprit
  • Télécharger PDF LArbre-Monde
  • PDF LitLab rocks - Texte aus dem Literaturlabor par Helmut Ziegler
  • PDF La Passe-miroir Tome 1 par Christelle Dabos
  • TÉLÉCHARGEMENTS Les mots de la musique
  • Kindle 1500 CHISTES De HUMOR NEGRO Que Harán LLORAR a Tu MADRE téléchargement
  • TÉLÉCHARGEMENTS Thermodynamique appliquée à lénergétique - Cours et exercices corrigés
  • Lecture en ligne Ebook Lou Tome 7
  • Kindle Code de la route téléchargement
  • 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

Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
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
}
Modified at 2025-08-28 21:54:00
Previous
Creates list of users with given input array
Next
Update user
Built with