peer-group-grading/bruno/user/Get user.bru
Mika Bomm a2fefb459d Implement user retrieval and deletion endpoint (#56)
Reviewed-on: #56
Reviewed-by: Fargan von Pfargan Pfadfinder Tampon Tamplate <123@123.de>
Co-authored-by: Mika Bomm <mika.bomm@outlook.com>
Co-committed-by: Mika Bomm <mika.bomm@outlook.com>
2025-04-07 14:23:54 +02:00

15 lines
175 B
Text

meta {
name: Get user
type: http
seq: 2
}
get {
url: {{api_base}}/user/:id
body: none
auth: inherit
}
params:path {
id: 293ef329-91b2-4912-ad5d-0277490c7b55
}