Weekly GDPR API status development update - April 5

Good to see that the email API has been deployed. I’ve read the docs and fetching a single user’s email address works fine, but I am not receiving results when fetching bulk user emails. I tried to pass the query param accountId to the /rest/api/2/user/email/bulk endpoint in three different ways without success:

  • accountId=1&accountId=2
  • accountId=1&accountId=2
  • accountId[0]=1&accountId[1]=2

(of course instead of 1 and 2 I am using existing accountIds in my instance)