Function update_user_family_with_id

Source
pub async fn update_user_family_with_id(
    configuration: &Configuration,
    family_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    family_request: Option<FamilyRequest>,
) -> Result<FamilyResponse, Error<UpdateUserFamilyWithIdError>>
Expand description

Updates a family with a given Id. OR Adds a user to an existing family. The family Id must be specified.