synCreateTeam | R Documentation |
Creates a new team
synCreateTeam(name, description=NULL, icon=NULL, can_public_join=FALSE, can_request_membership=TRUE)
name |
The name of the team to create. |
description |
A description of the team. |
icon |
The FileHandleID of the icon to be used for the team. |
can_public_join |
Whether the team can be joined by anyone. Defaults to FALSE. |
can_request_membership |
Whether the team can request membership. Defaults to TRUE. |
An Team object
## Not run:
synCreateTeam('your_team_name')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.