| 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 |
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.
| 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. |
| Property | Type | Description |
|---|---|---|
| userId | String | The object id of the external user. Read-only. |
| Property | Type | Description |
|---|---|---|
| tenants | tenantReference collection | The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.outboundSharedUserProfile",
"userId": "String"
}