Metadata about the relationship of a person to a team.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
person |
Person | ✔️ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
relationship |
Optional<PersonToTeamRelationshipRelationship> | ➖ | The team member's relationship to the team. This defaults to MEMBER if not set. | |
customRelationshipStr |
Optional<String> | ➖ | Displayed name for the relationship if relationship is set to OTHER. |
|
joinDate |
OffsetDateTime | ➖ | The team member's start date |