Skip to content

Latest commit

 

History

History
108 lines (77 loc) · 3.52 KB

File metadata and controls

108 lines (77 loc) · 3.52 KB
title Reopen eDiscoveryCase
description Reopen an eDiscoveryCase that was closed.
author SeunginLyu
ms.localizationpriority medium
ms.subservice ediscovery
doc_type apiPageType
ms.date 06/11/2024

eDiscoveryCase: reopen

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Reopen an eDiscovery case that was closed. For details, see Reopen a closed case.

[!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-rbac-ediscovery-apis-write]

HTTP request

POST /security/cases/ediscoveryCases/{ediscoveryCaseId}/reopen

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 action returns a 204 No Content response code.

Examples

Request

POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/061b9a92-8926-4bd9-b41d-abf35edc7583/reopen

[!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