pub async fn create_recovery_link_for_identity(
    configuration: &Configuration,
    create_recovery_link_for_identity_body: Option<&CreateRecoveryLinkForIdentityBody>
) -> Result<RecoveryLinkForIdentity, Error<CreateRecoveryLinkForIdentityError>>
Expand description

This endpoint creates a recovery link which should be given to the user in order for them to recover (or activate) their account.