Signup API ?

Discussion in 'Customization & add-ons' started by mark_howells, May 6, 2016.

  1. mark_howells

    mark_howells aMember Pro Customer

    Joined:
    Apr 25, 2014
    Messages:
    4
    I have a Python app that I want to allow new users to use to signup with. My app collects a username/email and I'm currently using the User api to create a new user, then adding a subscription product using 'onUserAfterInsert()' in my plugin. However, it would suit me better to simulate a signup - rather than create a new user directly so that the new user receives the email address verification email. Simplistically, I can create a new simple signup form, invoke the url with a POST and the appropriate form data, but then I'd like some JSON (or something) back so I can know if the email was already registered etc.

    What's the best way of achieving this?

    Cheers

    Mark
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Hello Mark,

    I am afraid there is not ready solution for such case yet but it is possible to implement plugin that will provide such API if necessary. Do you mind to contact us in helpdesk - https://www.amember.com/support with list of requirements, I will give you a quote.

Share This Page