-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Site - Users and Groups
-
None
-
1
-
11
Summary
Delete groups from the backend when deleted from the UI
Description
Delete groups from the backend when deleted from UI. Currently, groups stay in the backend and come into space permission API results.
The Rest API documentation for 'Get Spaces' states:
- permissions returns the permissions for the space. Note that this may return permissions for deleted groups, because deleting a group doesn't remove associated space permissions.
Workaround
Remove the space permissions for the group using "DELETE /wiki/rest/api/space/{spaceKey}/permission/{id}"
- is related to
-
CONFCLOUD-60337 deleted groups and users still get returned in the response of GET /rest/api/space/${spaceKey} requests
-
- Closed
-