relatedPerson リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

ユーザーの プロファイル 内の特定のエンティティ内の情報に関連するユーザーに関する情報を表します。

プロパティ

プロパティ 説明
displayName String ユーザーの名前。
リレーションシップ String 可能な値は、managercolleaguedirectReportdotLineReportassistantdotLineManageralternateContactfriendspousesiblingchildparentsponsoremergencyContactotherunknownFutureValue です。
userId String ユーザーのディレクトリ オブジェクト ID (Microsoft Entra ID または CID)。
userPrincipalName String organization内のユーザーへの住所または参照をEmailします。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "displayName": "String",
  "relationship": "String",
  "userId": "String",
  "userPrincipalName": "String"
}