Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.2 KB

File metadata and controls

59 lines (45 loc) · 2.2 KB
title outboundSharedUserProfile resource type
description Represents a Microsoft Entra user that shared their profile data with an external Microsoft Entra tenant using B2B direct connect.
author yyuank
ms.reviewer mapamu, iamut
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 05/23/2024

outboundSharedUserProfile resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a Microsoft Entra user that shared their profile data with an external Microsoft Entra tenant using B2B direct connect.

Methods

Method Return type Description
List outboundSharedUserProfile collection Retrieve all outboundSharedUserProfiles in the directory.
Get outboundSharedUserProfile collection Retrieve a specific outboundSharedUserProfile from the directory.
List tenant references tenantReferences collection Get all Microsoft Entra tenants that a user shared their data with as a Microsoft Entra B2B direct connect user.
Remove personal data None Create a request to remove all personal data associated with a remote user in an external Microsoft Entra tenant.

Properties

Property Type Description
userId String The object id of the external user. Read-only.

Relationships

Property Type Description
tenants tenantReference collection The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only.

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.outboundSharedUserProfile",
  "userId": "String"
}