diff --git a/services/graph/pkg/identity/ldap_education_class.go b/services/graph/pkg/identity/ldap_education_class.go index e3f2d2386c..96be43e0e0 100644 --- a/services/graph/pkg/identity/ldap_education_class.go +++ b/services/graph/pkg/identity/ldap_education_class.go @@ -298,6 +298,7 @@ func (i *LDAP) getEducationClassAttrTypes(requestMembers bool) []string { i.groupAttributeMap.id, i.educationConfig.classAttributeMap.classification, i.educationConfig.classAttributeMap.externalID, + i.educationConfig.memberOfSchoolAttribute, } if requestMembers { attrs = append(attrs, i.groupAttributeMap.member)