Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 3.3 KB

File metadata and controls

13 lines (9 loc) · 3.3 KB

PersonToTeamRelationship

Metadata about the relationship of a person to a team.

Fields

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