put /users/{id}

Update an existing user.

Update the user specified by the id parameter.

Path parameters

id (required)
The ID of the user object to update.

Request body

body (required)
UserRequest The user details to update.

Responses

200
Success. The user has been updated.

400
The ID of the request is malformed or the body is malformed.

403
The user is not authorized to perform an update request.

404
The specified user was not found.