Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.23 KB

outboundshareduserprofile.md

File metadata and controls

58 lines (44 loc) · 2.23 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
outboundSharedUserProfile resource type
Represents a Microsoft Entra user that has shared their profile data with an external Microsoft Entra tenant using B2B direct connect.
jkdouglas
mapamu
medium
entra-sign-in
resourcePageType

outboundSharedUserProfile resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Methods

Method Return type Description
List outboundSharedUserProfiles outboundSharedUserProfile collection Retrieve all outboundSharedUserProfiles in the directory.
Get outboundSharedUserProfile outboundSharedUserProfile collection Retrieve a specific outboundSharedUserProfile from the directory.
List tenantReferences tenantReferences collection Get all Microsoft Entra tenants that a user has 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 has shared profile data with. Read-only.

None.

JSON representation

The following is a JSON representation of the resource.

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