Use id if you index teams via Glean, and use name and externalLink if you want to use your own team pages
| Field | Type | Required | Description |
|---|---|---|---|
id |
Optional[str] | ➖ | Unique identifier |
name |
Optional[str] | ➖ | Team name |
external_link |
Optional[str] | ➖ | Link to a team page on the internet or your company's intranet |
relationship |
Optional[models.PersonTeamRelationship] | ➖ | The team member's relationship to the team. This defaults to MEMBER if not set. |
join_date |
date | ➖ | The team member's start date |