<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[External validation of users on registration]]></title><description><![CDATA[<p dir="auto">Can we do an external validation when a user registers in FusionAuth?</p>
<p dir="auto">For example, if <a href="mailto:user@example.com" rel="nofollow ugc">user@example.com</a> wants to register, can we first check with an endpoint in our API if this email is being used?</p>
<p dir="auto">Is there is a way that we can use this endpoint to block that registration?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/982/external-validation-of-users-on-registration</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 14:20:15 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/982.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Apr 2021 15:03:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to External validation of users on registration on Mon, 26 Apr 2021 15:04:15 GMT]]></title><description><![CDATA[<p dir="auto">You can use the <code>user.create</code> or the u<code>ser.registration.create</code> webhook to do something like this.</p>
<p dir="auto">If you enable these webhooks and configure the transaction to require the webhook to succeed, then you simply need to return a non-200 status code from the webhook to cause FusionAuth to fail this create.</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/events-webhooks/#tenant-settings" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/events-webhooks/#tenant-settings</a><br />
<a href="https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-create" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-create</a><br />
<a href="https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-registration-create" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-registration-create</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/2891</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/2891</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 26 Apr 2021 15:04:15 GMT</pubDate></item></channel></rss>