Skip to content

Instantly share code, notes, and snippets.

@pwnfoo
Last active January 24, 2017 07:59
Show Gist options
  • Save pwnfoo/f6894ad37b6d0a02191c94055eac8649 to your computer and use it in GitHub Desktop.
Save pwnfoo/f6894ad37b6d0a02191c94055eac8649 to your computer and use it in GitHub Desktop.

Signs up a user and returns initial details, including the Anokha ID.

Make sure you save the Anokha ID as you might be needing it later.

  • Type: POST
  • Authorization Required : NO
  • Authorization Level : -NA-
  • Arguments required:
    • firstName - (1-50 characters long)
    • lastName - (1-50 characters long)
    • gender - enum('Male', 'Female')
    • email - Valid e-mail.
    • mobile - Vaild Mobile number
    • collegeName - College Name
    • password - A nice password, atleast 6 characters long. (Yep, Anokha is a valid password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment