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

Group role and user management should be done via group update #1343

Open
mpeck opened this issue Feb 3, 2017 · 0 comments
Open

Group role and user management should be done via group update #1343

mpeck opened this issue Feb 3, 2017 · 0 comments

Comments

@mpeck
Copy link
Contributor

mpeck commented Feb 3, 2017

reference #1342

Currently adding roles and users to groups requires the user to hit two endpoints: POST /v1/groups/<id>/users and POST /v1/groups/<id>/roles. Instead we should just use the group create and update endpoints. This would allow us to create/update a group with users and roles in a single request and would allow some simplification to the api.

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

No branches or pull requests

1 participant