diff --git a/application/Espo/Resources/metadata/entityDefs/User.json b/application/Espo/Resources/metadata/entityDefs/User.json index e6f5dbddba..9f0687ffcd 100644 --- a/application/Espo/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Resources/metadata/entityDefs/User.json @@ -492,6 +492,24 @@ "default": "0", "utility": true, "customizationDisabled": true + }, + "emailAddressList": { + "type": "array", + "utility": true, + "notStorable": true, + "readOnly": true + }, + "userEmailAddressList": { + "type": "array", + "utility": true, + "notStorable": true, + "readOnly": true + }, + "excludeFromReplyEmailAddressList": { + "type": "array", + "utility": true, + "notStorable": true, + "readOnly": true } }, "links": {