Information about an employee's team
| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | The unique ID of the team |
name |
str | ✔️ | Human-readable team name |
description |
Optional[str] | ➖ | The description of this team |
business_unit |
Optional[str] | ➖ | Typically the highest level organizational unit; generally applies to bigger companies with multiple distinct businesses. |
department |
Optional[str] | ➖ | An organizational unit where everyone has a similar task, e.g. Engineering. |
photo_url |
Optional[str] | ➖ | A link to the team's photo |
external_link |
Optional[str] | ➖ | A link to an external team page. If set, team results will link to it. |
emails |
List[models.TeamEmail] | ➖ | The emails of the team |
datasource_profiles |
List[models.DatasourceProfile] | ➖ | The datasource profiles of the team, e.g. Slack,Github. |
members |
List[models.TeamMember] | ✔️ | The members of the team |
additional_fields |
List[models.AdditionalFieldDefinition] | ➖ | List of additional fields with more information about the team. |