Skip to main content

add_plan_member_by_email

Function add_plan_member_by_email 

Source
pub async fn add_plan_member_by_email(
    conn: &mut PgConnection,
    plan_id: Uuid,
    requesting_user_id: Uuid,
    email: &str,
) -> ModelResult<PlanMemberWithDetails>
Expand description

Adds a member to a plan by email.