inboundSharedUserProfile 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 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 | Read the properties of an inboundSharedUserProfile. |
List | 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"
}