MCPcopy
hub / github.com/mattermost/mattermost / CreateGroup

Method CreateGroup

server/public/plugin/api.go:1390–1390  ·  view source on GitHub ↗

CreateGroup creates a new group. @tag Group Minimum server version: 10.7

(group *model.Group)

Source from the content-addressed store, hash-verified

1388 // @tag Group
1389 // Minimum server version: 10.7
1390 CreateGroup(group *model.Group) (*model.Group, *model.AppError)
1391
1392 // UpdateGroup updates a group.
1393 //

Callers 15

CreateGroupMethod · 0.65
CreateGroupMethod · 0.65
CreateMethod · 0.65
TestSendNotificationsFunction · 0.65
TestInsertGroupMentionsFunction · 0.65
TestRemoveNotificationsFunction · 0.65
TestUpdateUserFunction · 0.65
TestCreateUserFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestSendNotificationsFunction · 0.52
TestInsertGroupMentionsFunction · 0.52
TestRemoveNotificationsFunction · 0.52
TestUpdateUserFunction · 0.52
TestCreateUserFunction · 0.52
CreateGroupMethod · 0.52
TestGetGroupFunction · 0.52
TestGetGroupByRemoteIDFunction · 0.52