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