synCreateTeam.Rd
Creates a new team
synCreateTeam(name, description=NULL, icon=NULL, can_public_join=FALSE, can_request_membership=TRUE)
The name of the team to create.
A description of the team.
The FileHandleID of the icon to be used for the team.
Whether the team can be joined by anyone. Defaults to FALSE.
Whether the team can request membership. Defaults to TRUE.
An Team object
if (FALSE) {
synCreateTeam('your_team_name')
}