Show User
Path parameters
-
User ID
GET
/v1/users/{id}
curl \
-X GET http://localhost:4000/v1/users/uuidv4
Response examples (200)
{
"data": {
"id": "<uuid v4>",
"email": "dozent@traeger.de",
"roles": [
"lecturer"
],
"lastName": "Dozentos",
"firstName": "Daniel"
}
}