relatedPerson resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents information about people related to information within a given entity in a profile for a user.
Properties
Property | Type | Description |
---|---|---|
displayName | String | Name of the person. |
relationship | String | Possible values are: manager , colleague , directReport , dotLineReport , assistant , dotLineManager , alternateContact , friend , spouse , sibling , child , parent , sponsor , emergencyContact , other , unknownFutureValue . |
userPrincipalName | String | Email address or reference to person within organization. |
JSON representation
The following is a JSON representation of the resource.
{
"displayName": "String",
"relationship": "String",
"userPrincipalName": "String"
}
Feedback
Submit and view feedback for