| Field | Type | Required | Description |
|---|---|---|---|
related_objects |
Dict[str, models.RelatedObjectEdge] | ➖ | A list of objects related to a source object. |
permissions |
Optional[models.ObjectPermissions] | ➖ | N/A |
id |
str | ✔️ | Unique identifier |
name |
str | ✔️ | Team name |
description |
Optional[str] | ➖ | A description of the 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. |
banner_url |
Optional[str] | ➖ | A link to the team's banner photo. |
external_link |
Optional[str] | ➖ | Link to a team page on the internet or your company's intranet |
members |
List[models.PersonToTeamRelationship] | ➖ | The members on this team |
member_count |
Optional[int] | ➖ | Number of members on this team (recursive; includes all individuals that belong to this team, and all individuals that belong to a subteam within this team) |
emails |
List[models.TeamEmail] | ➖ | The emails for this team |
custom_fields |
List[models.CustomFieldData] | ➖ | Customizable fields for additional team information. |
datasource_profiles |
List[models.DatasourceProfile] | ➖ | The datasource profiles of the team |
datasource |
Optional[str] | ➖ | the data source of the team, e.g. GDRIVE |
created_from |
Optional[str] | ➖ | For teams created from docs, the doc title. Otherwise empty. |
last_updated_at |
date | ➖ | when this team was last updated. |
status |
Optional[models.TeamStatus] | ➖ | whether this team is fully processed or there are still unprocessed operations that'll affect it |
can_be_deleted |
Optional[bool] | ➖ | can this team be deleted. Some manually ingested teams like GCS_CSV or PUSH_API cannot |
logging_id |
Optional[str] | ➖ | The logging id of the team used in scrubbed logs, client analytics, and metrics. |