# Create Company User Group **POST /public/v1/user-groups** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) The company's unique ID ### Body: application/json (object) - **name** (string) - **userEmails** (array[string]) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **id** (string(uuid)) The ID of the user group - **name** (string) The name of the user group - **users** (array[object]) The list of users in the user group [Powered by Bump.sh](https://bump.sh)