User
Show User
Show a user by ID
get/api/users/{id}
Path parameters
idinteger required
User ID
Response
OK
Example response
{
"data": {
"email": "joe@gmail.com",
"id": 123,
"name": "Joe"
}
}Changes
Changed in 3 of the 6 revisions of this API.3
- ○
api operation id
Simple.Web.UserController.showremoved and replaced withSimpleWeb.UserController.showapi-operation-id-removed
- ○
- ○
api operation id
Simple.UserController.showremoved and replaced withSimple.Web.UserController.showapi-operation-id-removed
- ○
- ○
api operation id
SimpleWeb.UserController.showremoved and replaced withSimple.UserController.showapi-operation-id-removed
- ○