# Groups Group management ## Fetch a list of Groups - [GET /groups](https://docs2.mygpsapi.com/openapi/groups/paths/~1groups/get.md): Without any params, returns a list of the Groups the user belongs to ## Create a Group - [POST /groups](https://docs2.mygpsapi.com/openapi/groups/paths/~1groups/post.md) ## Update a Group - [PUT /groups/{id}](https://docs2.mygpsapi.com/openapi/groups/paths/~1groups~1%7Bid%7D/put.md) ## Delete a Group - [DELETE /groups/{id}](https://docs2.mygpsapi.com/openapi/groups/paths/~1groups~1%7Bid%7D/delete.md)