Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 2.42 KB

inboundshareduserprofile.md

File metadata and controls

60 lines (47 loc) · 2.42 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
inboundSharedUserProfile resource type
Represents a Microsoft Entra user from an external Microsoft Entra tenant whose profile data is shared with the current tenant using B2B direct connect.
jkdouglas
mapamu
medium
entra-sign-in
resourcePageType

inboundSharedUserProfile resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a Microsoft Entra user from an external Microsoft Entra tenant whose profile data is shared with the current tenant using B2B direct connect.

Methods

Method Return type Description
Get inboundSharedUserProfile inboundSharedUserProfile Read the properties of an inboundSharedUserProfile.
List inboundSharedUserProfile inboundSharedUserProfile collection Retrieve all inboundSharedUserProfiles in the directory.
Remove personal data None Create a request to remove all personal data associated with the inboundSharedUserProfile from the directory.
Export personal data None Create a request to export all personal data associated with the inboundSharedUserProfile and stores it in the specified location. The storage location must be an Azure Storage Account.

Properties

Property Type Description
displayName String The name displayed in the address book for the user at the time when the sharing record was created. Read-only.
homeTenantId String The home tenant id of the external user. Read-only.
userId String The object id of the external user. Read-only.
userPrincipalName String The user principal name (UPN) of the external user. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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