pub async fn update_user_password(
configuration: &mut Configuration,
params: UpdateUserPasswordParams,
) -> Result<UserResponse, Error<UpdateUserPasswordError>>
Expand description
Update the user’s password to a new one.
pub async fn update_user_password(
configuration: &mut Configuration,
params: UpdateUserPasswordParams,
) -> Result<UserResponse, Error<UpdateUserPasswordError>>
Update the user’s password to a new one.