You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting finding. This is because the server doesn't differentiate between personal and project spaces when updating. That means Katherine, who is space manager, actually HAS the permission to edit the quota of all spaces.
If this is not the intended behavior we have two options:
A) Split set-space-quota permission to set-project-space-quota and set-personal-space-quota
B) Check for account-management (or some other) permissions when trying to update personal spaces
Steps:
curl -k -X PATCH 'https://localhost:9200/graph/v1.0/drives/EinsteinPersonalSpaceId' -ukatherine:gemini -d '{"quota": {"total": 0}}' -vk
Actual:
user
andgroup
tab is hidden for Space admin user in administation settingbut he can change the users personal space quota via the api
Expect: 401. no permission to change quota
The text was updated successfully, but these errors were encountered: