Skip to main content

Create a Group

Last updated on

Use the following function to create a group:

err := groupService.PublicCreateNewGroupV1(input)
if err != nil {
return err
}
return nil