Authentication
Auth: Signup
Creates a new user account. Requires username, password, role, org, github, and linkedin.
POST
Purpose: Registers a new user account. This endpoint requires the following fields in the request body: username
, password
, role
, org
, github
, and linkedin
.
Body
application/json
User credentials for sign up.
The new user's username.
The new user's password.
The role for the new user.
The organization for the new user.
The GitHub username for the new user.
The LinkedIn profile for the new user.
Response
200
application/json
User successfully signed up.
A confirmation message for successful sign up.
Example:
"Authenticated!"