Users
Update a user
Use this operation to update a user’s email
, password
, user_name
, or role
properties.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique user identifier, generated when the user was created.
Body
application/json
The request body for updating user requires only the properties to be updated.
The body is of type object
.
Response
200
application/json
User updated successfully
The response is of type object
.