Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 14.3 KB

File metadata and controls

28 lines (25 loc) · 14.3 KB

Team

Fields

Field Type Required Description
relatedObjects Map<String, RelatedObjectEdge> A list of objects related to a source object.
permissions Optional<ObjectPermissions> N/A
id String ✔️ Unique identifier
name String ✔️ Team name
description Optional<String> A description of the team
businessUnit Optional<String> Typically the highest level organizational unit; generally applies to bigger companies with multiple distinct businesses.
department Optional<String> An organizational unit where everyone has a similar task, e.g. Engineering.
photoUrl Optional<String> A link to the team's photo.
bannerUrl Optional<String> A link to the team's banner photo.
externalLink Optional<String> Link to a team page on the internet or your company's intranet
members List<PersonToTeamRelationship> The members on this team
memberCount Optional<Long> 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<TeamEmail> The emails for this team
customFields List<CustomFieldData> Customizable fields for additional team information.
datasourceProfiles List<DatasourceProfile> The datasource profiles of the team
datasource Optional<String> the data source of the team, e.g. GDRIVE
createdFrom Optional<String> For teams created from docs, the doc title. Otherwise empty.
lastUpdatedAt OffsetDateTime when this team was last updated.
status Optional<TeamStatus> whether this team is fully processed or there are still unprocessed operations that'll affect it
canBeDeleted Optional<Boolean> can this team be deleted. Some manually ingested teams like GCS_CSV or PUSH_API cannot
loggingId Optional<String> The logging id of the team used in scrubbed logs, client analytics, and metrics.