Skip to main content

Hi all!
Does anyone know if it’s possible to block users from certain email domains from registering in our community (outside of enabling registration approvals)? Could the Moderation AI Agent help with this? Or has anyone found another effective way to handle it?

Thanks in advance for your insights!

I have an automation in place that runs for every new signup (triggered by the new signup webhook). It checks for domains like gmail.com and uses the API to give those users the “waiting for moderator approval” role. 

At that point, they aren’t able to post until we’ve checked and approved the account. So we don’t block their sign-up, but we do block their ability to do anything.

I don’t know if that’s a route you can go down, but it’s been very effective for us in reducing spam.