Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Oct 23, 2018
1 parent a04a82d commit 0daad41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,9 @@ Base for API's that require user & team management including forgotten passwords
* `[POST] /users` - register new user
* `[GET] /users/verify` - verify regitered email (registration email/link is send to the user)
* `[POST] /users/disable` - disable or enable a user (admin team members only)
* `[POST] /users/invite` - Invite a user to join the system
* `[GET] /users/input-invite` - HTML (templatable) based new user input
* `[POST] /users/finish-invitation` - Processes data received from the above form

#### Teams
* `[GET] /teams` - list all available teams
Expand Down

0 comments on commit 0daad41

Please sign in to comment.