GET
/users/{userId}
curl \
--request GET 'http://localhost:3000/users/{userId}'
Response examples (200)
{
"id": 142,
"email": "alice.smith@gmail.com",
"lastName": "Smith",
"firstName": "Alice",
"signUpDate": "2019-08-24",
"dateOfBirth": "1997-10-31",
"emailVerified": true
}