outboundSharedUserProfile 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 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"
}