Set a minimal number for next user_id

You can access via phpMyAdmin and change the Auto Increment number to be your next user ID number.

Open phpMyAdmin
Go to SQL tab at the top.

Enter the following:

ALTER TABLE 'wp_users' AUTO_INCREMENT=32200906;

Now create a new user and the ID should be 32200906