Below is the data structure of Teams
| Field | Type | Description |
|---|---|---|
| String | Unique alphanumeric string id |
| workspace | String | Workspace ID |
| name | String | Name of the Team |
| members | [String] | Array of User IDs (string) who are members of the Team |
Below is the data structure of Teams
| Field | Type | Description |
|---|---|---|
| String | Unique alphanumeric string id |
| workspace | String | Workspace ID |
| name | String | Name of the Team |
| members | [String] | Array of User IDs (string) who are members of the Team |