EndPoint Create Team
Name
add_team
Description
Creates a new team in the default project within the organization.
[API Help]
Parameters
Parameter |
Label |
Required |
Options |
Description |
Name |
Team Name |
YES |
|
The name of the team.
|
Description |
Team Description |
YES |
|
The description of the team.
|
Output Columns
Label |
DataType |
Length |
Raw |
Description |
Id |
DT_WSTR |
200 |
False |
|
PluginId |
DT_WSTR |
200 |
False |
|
Status |
DT_WSTR |
100 |
False |
|
Url |
DT_WSTR |
2048 |
False |
|
Input Columns
Label |
DataType |
Length |
Raw |
Description |
Name |
DT_WSTR |
200 |
False |
The name of the team. |
Description |
DT_WSTR |
500 |
False |
The description of the team. |