pub async fn request_password_reset(
configuration: &mut Configuration,
params: RequestPasswordResetParams,
) -> Result<InlineResponse200, Error<RequestPasswordResetError>>
Expand description
Requests a password reset for the specified user.
pub async fn request_password_reset(
configuration: &mut Configuration,
params: RequestPasswordResetParams,
) -> Result<InlineResponse200, Error<RequestPasswordResetError>>
Requests a password reset for the specified user.