add user utility fields

This commit is contained in:
Yuri Kuznetsov
2024-06-26 12:33:15 +03:00
parent cbb0159d27
commit cc576a6af8
@@ -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": {