-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Milestone
Description
An space member can be removed by a space manager unless it is the last manager in the space. Associated permission: libre.graph/driveItem/permissions/delete
A trashbin icon in the list of members together with a confirmation message (same like sharing and links) could be a good option. Also, an unshare option inside the edit menu would be an extra.
The list will be updated without the removed user.
Request: DELETE on
/graph/v1beta1/drives/<drive-id>/root/permissions/u:<user-id>
No body required.
TASKS
- Research (if needed)
- Create branch feature/feature_name
- Development tasks
- Implement whatever
- ...
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master