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<String> | ➖ | Unique identifier |
name |
Optional<String> | ➖ | Team name |
externalLink |
Optional<String> | ➖ | Link to a team page on the internet or your company's intranet |
relationship |
Optional<PersonTeamRelationship> | ➖ | The team member's relationship to the team. This defaults to MEMBER if not set. |
joinDate |
OffsetDateTime | ➖ | The team member's start date |