Skip to content

Latest commit

 

History

History
114 lines (80 loc) · 4.05 KB

inboundshareduserprofile-removepersonaldata.md

File metadata and controls

114 lines (80 loc) · 4.05 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
inboundSharedUserProfile: removePersonalData
Create a request to remove the personal data for an inboundSharedUserProfile.
yyuank
mapamu, iamut
medium
entra-sign-in
apiPageType

inboundSharedUserProfiles: removePersonalData

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Create a request to remove the personal data for an inboundSharedUserProfile.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

[!INCLUDE rbac-cross-tenant-access-shared-user-profiles-apis-write]

HTTP request

POST /directory/inboundSharedUserProfiles/{userId}/removePersonalData

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 204 No Content response code.

Examples

Request

POST https://graph.microsoft.com/beta/directory/inboundSharedUserProfiles/c228b2ae-c4fb-4eda-9620-7e73dddd1cac/removePersonalData

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

HTTP/1.1 204 No Content