Add get user route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-10-21 22:18:15 +02:00
parent 0d926d4b95
commit ded8e85c85
3 changed files with 44 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
meta {
name: Get User
type: http
seq: 3
}
get {
url: http://localhost:8000/api/users/5
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
docs {
Permet de récupérer les informations d'un utilisateur.
Authetification demandée
/api/users/{ID}
ID = Identifiant de l'utilisateur cible
}