diff --git a/openedx/core/djangoapps/user_api/accounts/serializers.py b/openedx/core/djangoapps/user_api/accounts/serializers.py index c416fdd5f7..75ecfa35bf 100644 --- a/openedx/core/djangoapps/user_api/accounts/serializers.py +++ b/openedx/core/djangoapps/user_api/accounts/serializers.py @@ -289,7 +289,7 @@ class AccountLegacyProfileSerializer(serializers.HyperlinkedModelSerializer, Rea fields = ( "name", "gender", "goals", "year_of_birth", "level_of_education", "country", "state", "social_links", "mailing_address", "bio", "profile_image", "requires_parental_consent", "language_proficiencies", - "phone_number" + "phone_number", "city" ) # Currently no read-only field, but keep this so view code doesn't need to know. read_only_fields = ()