Is there a method for Creating a Subscriber, by creating a url, with user parameters passed in such as email. I want to bypass the a free registration form. In my case I am using email for username, so to create an account I only need an email.
ie https://mysite.com/autoregister?email=_____
I saw that there are remote api’s with create_user can that be used for what I want to accomplish?