Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

  • The majority of actions that most users perform on Makerble will be related to a charity or a specific project of that charity

...

{
"user": {
"id": 557,
"email": "user104@example.com"
},
"message": "Sign up successfully!!!"
}

Example with screenshots

First you create the user, then you get the user, then you can assign the user to a project

...

Desc: Get users

url: /users

params: default params

response example: default response example (multiple records)

 

Desc: Get a single user

url: /users/:id

response example: default response example (single record)

 

Desc: Get user permissions (not merged)

url: /users/permissions

 

Desc: Reset password (not merged)

url: /users/reset_password

...

reset_code: DD3CB5B7C260,

password: new_password

}

 

Desc: make reset password request - sends reset code to the user email (not merged)

url: /users/request_password_reset_code

...

params: {

email: my_email

}

 

Desc: check if reset code is correct (not merged)

url: /users/check_password_reset_code

...