Forum Discussion

KaitlinSaxton's avatar
9 years ago

Bulk data API - discern & filter company by email domain?

Hello,   Essentially a user wants to be able to track certain members belonging to a company, let's just say Google. She wants to create a dashboard to track all Google employees on our community. ...
  • NaokiT's avatar
    9 years ago

    Unfortunately you are correct.  Bulk Data API does not contain email so there is no way to run domain filter.  This was a security concern that we not store or expose PII in bulk.  The only way to do this is to make a rest API call to the community to fetch email from the user ID and apply the filter separately before merging back into bulk.  I realize for large communities that would be less than ideal.