TeamInfoDefinition
Information about an employee's team
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | The unique ID of the team | |
name | str | Human-readable team name | |
members | [TeamMember] | The members of the team | |
description | str | The description of this team | [optional] |
business_unit | str | Typically the highest level organizational unit; generally applies to bigger companies with multiple distinct businesses. | [optional] |
department | str | An organizational unit where everyone has a similar task, e.g. `Engineering`. | [optional] |
photo_url | str | A link to the team's photo | [optional] |
external_link | str | A link to an external team page. If set, team results will link to it. | [optional] |
emails | [TeamEmail] | The emails of the team | [optional] |
datasource_profiles | [DatasourceProfile] | The datasource profiles of the team, e.g. `Slack`,`Github`. | [optional] |
additional_fields | [AdditionalFieldDefinition] | List of additional fields with more information about the team. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |