Update Monitored Identities
Last updated
Last updated
Allows you to update an existing monitored identity with new or updated information. For example, you may wish to add additional emails to be monitored, or remove a credit card from monitoring. It is not necessary to resubmit the entire identity; fields which are not present in the PUT body will not get updated. If an array value (such as emails) is specified, it will replace the entire contents of the array. So if the existing monitored identity's emails array contained ["email1@enzoic.com", "email2@enzoic.com"] and the emails array value in the PUT contained ["newemail@enzoic.com"], the new stored array on the monitored identity would be ["newemail@enzoic.com"].
An array of identities to monitor. The max number of identities in a single call is 20.
The call was successful. The monitored identities have been updated with the new information.
The number of items updated.
1
The number of items which were not found and could not be updated.
0