Replaced by update-source | SailPoint Developer Community
Use the following request body to set the account create notification options.
[
{
"op": "add",
"path": "/connectorAttributes/accountCreateNotification",
"value": {
"notifyAccountManager": false,
"accountIdAttribute": "distinguishedName",
"notifyList":["...@...","...@..."],
"notifyAccountOwner": false,
"enabled": true,
"notifyAccountOwnerAltEmail": false
}
}
]