User Management
Update user
Update the information of an existing user.
put/users/{id}
Path parameters
idstring uuid required
id of user
Request body
Response
User Updated
Example response
{
"id": "7ea85f9e-0c5f-450c-9b6d-3cb7a42f5242",
"name": "Sally Smith",
"email": "sally.smith@example.com"
}