# Group Flexes ## Create GroupFlex - [POST /groups/{groupID}/flexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/creategroupflex.md): Creates a new GroupFlex ## List GroupFlex - [GET /groups/{groupID}/flexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/listgroupflex.md): Lists all GroupFlex for the given groupID ## Get GroupFlex - [GET /groups/{groupID}/flexes/{planID}/{calendarYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/getgroupflex.md): Gets GroupFlex ## Update GroupFlex - [PUT /groups/{groupID}/flexes/{planID}/{calendarYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/updategroupflex.md): Updates a specific GroupFlex. ## Delete GroupFlex - [DELETE /groups/{groupID}/flexes/{planID}/{calendarYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/deletegroupflex.md): Deletes an GroupFlex ## Create or Update Batch GroupFlex - [PUT /groups/{groupID}/flexes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/updatebatchgroupflex.md): Create or Update multiple GroupFlex at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.