When I do an http post to a list with an email ending in @usace.army.mil I get the error message back (that says the email is fake) I know the email is not fake is there anyway to override this?
:
Invoke-RestMethod : {"type":"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/","title":"Invalid
Resource","status":400,"detail":"Fred.T.Tracy@usace.army.mil looks fake or invalid, please enter a real email address.","instance":""}
At line:69 char:29
+ ... $gist = Invoke-RestMethod -Method Post -Uri "$URL$endpoint" -Head ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand