Hi Samira Grazitti,
I had tried your code and see something change.
For new member add to list, it work good.( Status code 200)
But for email already exist, it show 400 but no message like 'User already exist'
Here is code return when user exist:
StatusCode: 400, ReasonPhrase: 'Bad Request', Version: 1.1, Content: System.Net.Http.StreamContent, Headers: { X-Request-Id: 82c401c6-cbcd-48f3-ac2c-88715b369a3a Link: ; rel="describedBy" Connection: close Date: Mon, 06 Aug 2018 10:58:56 GMT Set-Cookie: _AVESTA_ENVIRONMENT=prod; path=/ Set-Cookie: _mcid=1.c34b5b11887685c962e4fd5c589659d6; expires=Tue, 06-Aug-2019 10:58:56 GMT; Max-Age=31536000; path=/; domain=.mailchimp.com Server: openresty Content-Length: 273 Content-Type: application/problem+json; charset=utf-8 }