Add relationshipLabel to RelatedPerson resource - #10028
Conversation
Added relationshipLabel property to RelatedPerson resource for additional context on relationships.
|
Learn Build status updates of commit e619b84:
|
There was a problem hiding this comment.
Pull request overview
Adds documentation for a new relationshipLabel property on the relatedPerson resource in the Microsoft Graph beta reference, intended to provide additional free-text context about the relationship.
Changes:
- Added
relationshipLabelto the Properties table forrelatedPerson. - (Needs follow-up) Align the JSON representation with the updated Properties list and fix minor wording/punctuation in the new property description.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| |:----------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| |displayName |String | Name of the person. | | ||
| |relationship |String | The possible values are: `manager`, `colleague`, `directReport`, `dotLineReport`, `assistant`, `dotLineManager`, `alternateContact`, `friend`, `spouse`, `sibling`, `child`, `parent`, `sponsor`, `emergencyContact`, `other`, `unknownFutureValue`.| | ||
| |relationshipLabel |String | Free-text-- information describing the relationship between the user and the related person. This property provides additional context beyond the predefined relationship values and can be used by clients, including AI-powered experiences, to better understand and reason about the relationship.| |
| |:----------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| |displayName |String | Name of the person. | | ||
| |relationship |String | The possible values are: `manager`, `colleague`, `directReport`, `dotLineReport`, `assistant`, `dotLineManager`, `alternateContact`, `friend`, `spouse`, `sibling`, `child`, `parent`, `sponsor`, `emergencyContact`, `other`, `unknownFutureValue`.| | ||
| |relationshipLabel |String | Free-text-- information describing the relationship between the user and the related person. This property provides additional context beyond the predefined relationship values and can be used by clients, including AI-powered experiences, to better understand and reason about the relationship.| |
|
Kevin Bellinger (@kevinbellinger) Can you review the proposed changes? Note that the validation warnings must be resolved before the PR can be merged. Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
…tion Updated the description of the 'relationshipLabel' property for clarity, and added JSON representation.
|
Learn Build status updates of commit d89b3f8:
|
|
irina-cosescu - Thank you for your contribution. However, internal contributors need to submit PRs through the private repo. This enables build validation, Policheck, staged content review, and contributor sign-off before publishing. For more details, see the MSec Docs Self-Serve Playbook. #please-close |
Added relationshipLabel property to RelatedPerson resource for additional context on relationships.
Important
Use the AI-powered workflow for Graph onboarding to author and self-review schema-related changes. See https://aka.ms/msgraphcdk for more information.
Required for API changes:
Add other supporting information, such as a description of the PR changes:
Adding a new property. Column relationshipLabel.
Important
The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will manage the status.
After you've created your PR, expand this section for tips and additional instructions.
#feedback-addressedto the pull request.For more information, see the Content review process summary.