added
[Core API] Teammate access provisioning
over 5 years ago by Xavier
- Added new scope, provisioning, which allows users to add/remove teammates from inboxes and teams through the API.
POST /inboxes/:inbox_id/teammates
route to add teammates to an inbox.DELETE /inboxes/:inbox_id/teammates
route to remove teammates from an inbox.POST /teams/:team_id/teammates
route to add teammates to a team.DELETE /teams/:team_id/teammates
route to remove teammates from an inbox.