Skip to main content
Version: Next

Update user

PATCH 

/users/:username

Updates a user.

Request

Path Parameters

    username stringrequired

    The username of the user to update.

Body

required
    changeset object

    JSON object with changed user attribute values.

    name string

    The new name of the user.

    email string

    The new email of the user.

    password string

    The new password of the user.

Responses

The user was updated successfully.

Loading...