Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
150 stars 91 forks source link

Reduce IMS Update calls by first checking if entry already up to date #757

Closed kwin closed 3 months ago

kwin commented 4 months ago

Maybe it is beneficial to first compare the as-is group state with https://adobe-apiplatform.github.io/umapi-documentation/en/api/getUsersByGroup.html or https://adobe-apiplatform.github.io/umapi-documentation/en/api/group.html with the to-be state before updating IMS groups (to speed things up).

However, the additional GET requests to retrieve group information have also throttle limits