Project Link/Auth: Difference between revisions

Jump to navigation Jump to search
→‎Authenticating requests: Removed trailing slash.
(→‎Authenticating requests: Removed trailing slash.)
Line 25: Line 25:
* If you do not have an admin user registered in the box, you'll need to create one. To do that you need to send a POST request to the /users/setup endpoint with a body including the user name, user email and user password.
* If you do not have an admin user registered in the box, you'll need to create one. To do that you need to send a POST request to the /users/setup endpoint with a body including the user name, user email and user password.


   POST /users/setup/ HTTP/1.1
   POST /users/setup HTTP/1.1
   Content-Type: application/json
   Content-Type: application/json
   {
   {
184

edits

Navigation menu