-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new endpoints for adding/removing users to/from groups #651
Comments
Now available in fractal-server The relevant part of the CHANGELOG is
|
Have you planned to enable this also from the user editing page? Currently we can only add groups, using the endpoint {
"new_group_ids": [1,3]
} |
You are right, we will quickly add a new endpoint
with a request-body property |
Now available in fractal-server The request body must have a single property, as in {
"group_ids": [1, 2, 3]
} and its specs are defined here fractal-analytics-platform/fractal-server#2105 |
(not yet implemented in the backend, I will update this issue when it is)
In the current status:
As soon as fractal-analytics-platform/fractal-server#1841 (starting from fractal-analytics-platform/fractal-server#1841 (comment)) is implemented and released, two things will change:
Relevant PR:
Side-note: we are leaving the possibility of bulk user addition/removal for the future, and it may eventually be part of
POST /auth/group/{user_group_id}/add-users-bulk/
andPOST /auth/group/{user_group_id}/remove-users-bulk/
.The text was updated successfully, but these errors were encountered: