User
Show User
Show a user by ID
get/api/users/{id}
Path parameters
idinteger required
User ID
Response
OK
Example response
{
"data": {
"name": "Joe",
"id": 123,
"email": "joe@gmail.com"
}
}Show a user by ID
User ID
OK
{
"data": {
"name": "Joe",
"id": 123,
"email": "joe@gmail.com"
}
}