cog icon indicating copy to clipboard operation
cog copied to clipboard

Group role and user management should be done via group update

Open mpeck opened this issue 8 years ago • 0 comments

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.

mpeck avatar Feb 03 '17 15:02 mpeck