Blog

How to Disable User Registrations With a Single Click

by on September 1, 2019

There are instances when you need to disable user registrations for your app. This may be needed if you are going to run a limited beta test of your application and allow only some users in. Alternatively, your app may require manual user registration (or you plan to import users from another system).

Whatever the reason, disabling user registrations in a Backendless backend is very easy:

  1. Login to Backendless Console, select your app and click the Users icon.
  2. Click the Registration menu.
  3. Click the Registration toggle to set it to the OFF state.


Once the registration is disabled, any user registration API call will result in an error.

Leave a Reply