retrieve a specific user
miriampunzi97 opened this issue · 0 comments
miriampunzi97 commented
As a student, I want to retrieve the user that represent myself in the system.
How to demo:
Send a GET request to /user/{id}, where {id} is your identifier.
You will get a response with these attributes in the body:
- id
- studentNumber
- name
- surname
- average
Effort: 1