Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.44k stars 1.07k forks source link

Allow bulk update when assigning users for roles and teams #9029

Closed linuspahl closed 4 years ago

linuspahl commented 4 years ago

Currently the API only supports the assignment of one user in the context of teams and roles.

We should remove:

and add endpoints which allow adding multiple users (Or change the existing ones).

Adjusting the related "remove" endpoints is not necessary UI wise, but we should adjust them to be consistent. Here is the related UI issue: https://github.com/Graylog2/graylog2-server/issues/8792.

When working on this we might consider also fixing this: https://github.com/Graylog2/graylog-plugin-enterprise/issues/1712

kmerz commented 4 years ago

Fixed with #8792