Update a user’s email
, password
, user_name
, or role
properties.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique user identifier, generated when the user was created.
The request body for updating a user requires only the properties to be updated.
The body is of type object
.
User updated successfully
The response is of type object
.