User Management

Update user

Update the information of an existing user.

put/users/{id}

Path parameters

idstring uuid required

id of user

Request body

namestring
emailstring

Response

User Updated

idstring uuid required

Unique identifier for the given user.

namestring required
emailstring email required

Example response

{
  "id": "7ea85f9e-0c5f-450c-9b6d-3cb7a42f5242",
  "name": "Sally Smith",
  "email": "sally.smith@example.com"
}

Changes