The team objects allow you to keep your teams' data in a single place.
The API allows you to create, delete, and update your teams / teams.
You can retrieve individual teams as well as a list of all your teams.
Here is the list of all properties the team object has:
Team
Property | Type | Required | Description |
---|---|---|---|
name | string | true | The full name of the team. |
string | false | The email address of the team. | |
twitterHandle | string | false | The twitter handle of the team. |
office | Location | false | Reference to the location the team belongs to. It will default to the only location if left empty. |
paymentDetails | array | readonly | An array containing all the names of the payment details added to the team account. |
createdAt | date | readonly | The date when the team has been created. |
createdBy | id | readonly | The user that created the team. |
modifiedAt | date | readonly | The date when the team has been updated for the last time. If no update is made this field will match the createdAt field. |
modifiedBy | id | readonly | If no update is made this field will match the createdBy field. |