Set User Permission
Closed this issue · 1 comments
gregfrasco commented
- Set the permission field of the user object for a given user
PUT /api/permissions/user/{id}
- Check perrmission input based on the output of
GET /api/permissions/avaiable
(use role as an example)
esenharris4 commented
finished this up too