Skip to content
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

Establish user/group links via users endpoints #1737

Closed
tcompa opened this issue Sep 9, 2024 · 0 comments · Fixed by #1747
Closed

Establish user/group links via users endpoints #1737

tcompa opened this issue Sep 9, 2024 · 0 comments · Fixed by #1747

Comments

@tcompa
Copy link
Collaborator

tcompa commented Sep 9, 2024

Extracting from #1731:

  • Add the possibility of linking users to group also within POST/PATCH users endpoints (while it's now only possible via groups endpoints).

We currently have PATCH /auth/group/{id}/ with payload new_user_ids:list[int].
We should also include a new request-body attribute new_group_ids in PATCH /auth/users/{id}/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants