Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 3.53 KB

File metadata and controls

13 lines (9 loc) · 3.53 KB

PersonToTeamRelationship

Metadata about the relationship of a person to a team.

Fields

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