ProjectNotificationsSettings Object
Last updated
Last updated
{
"accountNotifications": "allow",
"notifications": [
{
"ProjectNotificationId": "pn-12345678",
"createdDate": "2023-01-26T00:00:00Z",
"lastModifiedDate": "2023-01-26T00:00:00Z",
"lastModifiedBy": "u-12345678",
"notificationMethod": "email",
"notificationLevel": "errors-only",
"emailSettings": {
"emailAddresses": [
"[email protected]",
"[email protected]"
]
}
}
]
}