Contacts being duplicated with same e-mail but with a sequencial suffix
Content
when i submit a request to create a contact to the REST API, using the same e-mail address that a existant contact have. a new contact with the same e-mail and a sequential suffix.
[email protected]
[email protected]
[email protected]
and so on.
how do i disable this, so the api would respond with a error of trying to use a duplicate e-mail to create a contact or something like that.
0