Skip to content

Signup API Documentation

mehmetemreakbulut edited this page Oct 28, 2022 · 2 revisions

Sign Up

Signup user with credentials that are needed to create a user.

URL : /auth/register/

Method : POST

Auth required : NO

Permissions required : None

Success Response

Code : 200 OK

Body

User Types:

{
    "ADMIN": 0
    "DOCTOR": 1,
    "MEMBER": 2,
}

For User:

{
    "email": joe.doe@gmail.com,
    "password": joedoepassword,
    "type": 2,
}

Notes

  • Initially, the default signup endpoint handles the fields of the Abstract Base User class.

🏠 Homepage

👤 Team Members

👤 Former Team Members

📘 About Meetings

Meeting Notes From CMPE352
Meeting Notes From CMPE451

General Meetings

Team Meetings

Backend Team Meetings
Frontend Team Meetings
Mobile Team Meetings

📌 Project

Scenarios

📌 Project Artifacts

💹 Diagrams

📝 Project Plan

📝 Deliverables

🔭 Research

📌 Practice-App

❓ Responses

Clone this wiki locally