User
Update user
Update all attributes of a user
put/api/users/{id}
Path parameters
idinteger required
User ID
Request body
Example request
{
"user": {
"email": "joe@gmail.com",
"id": 123,
"name": "Joe"
}
}Response
Updated Successfully
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.updateremoved and replaced withSimpleWeb.UserController.updateapi-operation-id-removed
- ○
- ○
api operation id
Simple.UserController.updateremoved and replaced withSimple.Web.UserController.updateapi-operation-id-removed
- ○
- ○
api operation id
SimpleWeb.UserController.updateremoved and replaced withSimple.UserController.updateapi-operation-id-removed
- ○