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.show removed and replaced with SimpleWeb.UserController.show

      api-operation-id-removed

    • api operation id Simple.UserController.show removed and replaced with Simple.Web.UserController.show

      api-operation-id-removed

    • api operation id SimpleWeb.UserController.show removed and replaced with Simple.UserController.show

      api-operation-id-removed