I am using this endpoint to insert a user onto a Google Analytics account (https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/accountUserLinks/insert)
I am getting back an error (just for this user):
[{"message":"Value for field user.email = [email protected] is not valid.","domain":"global","reason":"invalidValue"}]
I cannot see this error quoted anywhere else and it works for other email addresses. This one doesn't have whitespace at the beginning or end either.
Is this email banned somewhere? Is there any other reason for this potentially?