Asking code from user on signup

Hi! I was wondering if there is anything already built in that could help us with what we’re looking to do:
We want to give organizations a code that will allow them to create only X users. Only someone with a code can create an account.
Is there any way on sign up to ask the user for the code he was given, then check if 1. the code corresponds to an organization and 2. if this organization can open any more accounts?
Thanks in advance

Hi @elsasebagh

Welcome to the Auht0 Community!

The option you proposed is not achievable currently out of the box. The main issue would rely on holding a state of the current user counts and verifying the origin of the code. It could be possible with custom code and workarounds, but that would require the whole implementation on your side.

If you would like to see this feature in Auth0, please open a topic in the Feedback category and vote on it.

Thank you!
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.