You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
reference #1342
Currently adding roles and users to groups requires the user to hit two endpoints:
POST /v1/groups/<id>/users
andPOST /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.The text was updated successfully, but these errors were encountered: