pub async fn update_user(
    configuration: &mut Configuration,
    params: UpdateUserParams
) -> Result<UserResponse, Error<UpdateUserError>>
Expand description

Update a user. Only users with the role of superuser can make changes to other users on the account. Non-superusers may use this endpoint to make changes to their own account. Modifications to login email require a valid password in the request body. Two-factor attributes are not editable via this endpoint.