Find a user by ID
Authorization
bearerAuth Path Parameters
user*integer
The user ID
Response Body
application/json
application/json
application/json
curl -X GET "http://localhost:8000/api/users/0"{
"data": {
"id": 0,
"name": "string",
"email": "string",
"role": {
"id": 0,
"name": "string",
"permissions": [
null
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}
}{
"message": "string"
}{
"message": "string"
}