I recently opened a case regarding the "null" response to the user creation. Looks like any uppercase letter in the email creates this behaviour. Sending the email variable as email.lower() resolves the issue. Note that in all cases (sending uppercase letters or not), the resulting created user's email is always lowercase in the dashboard.
... View more