# Add a new group **POST /group** Provides the ability to add a new group within a group type ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Body: text/plain (object) - **name** (string) The name of the group the user will see - **location** (string) A single line to describe the location to the user - **type_id** (integer) The group type id obtained from the grouptypes/list end point - **locked** (integer) Whether this group is locked - **hibernation_date** (string) If this is going to be hiberated, the date it should happen - **expiry_date** (string) If this is going to be expired, the date it should happen - **tasks_enabled** (integer) Whether this group is used when listing available groups for tasks - **content_enabled** (integer) Whether this group is used when listing available groups for showing content - **longitude** (number) longitude associated with this group, combines with latitude - **latitude** (number) longitude associated with this group, combines with longitude ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer) The ID of the newly created group [Powered by Bump.sh](https://bump.sh)