pub async fn retrieve_families_with_id(
configuration: &Configuration,
user_id: Option<&str>,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<FamilyResponse, Error<RetrieveFamiliesWithIdError>>Expand description
Retrieves all the families that a user belongs to.