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 body is of type object
.
Response
200
application/json
User successfully signed up.
The response is of type object
.