Skip to content

Latest commit

 

History

History
116 lines (85 loc) · 4.01 KB

File metadata and controls

116 lines (85 loc) · 4.01 KB
title relatedTenant: refreshStatus
description Get the status of the related tenants refresh action
author akhil-potturi
ms.date 03/10/2026
ms.localizationpriority medium
ms.subservice entra-tenant-governance
doc_type apiPageType

relatedTenant: refreshStatus

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

Get the status of the related tenants refresh action.

[!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-tenant-governance-apis-read]

HTTP request

GET /directory/tenantGovernance/relatedTenants/refreshStatus

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 function returns a 200 OK response code and a relatedTenantsRefreshStatus in the response body.

Examples

Request

The following example shows a request.

GET https://graph.microsoft.com/beta/directory/tenantGovernance/relatedTenants/refreshStatus

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

The following example shows the response.

Note: The response object shown here might be shortened for readability.

HTTP/1.1 200 OK
Content-Type: application/json

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.relatedTenantsRefreshStatus",
  "mostRecentRefreshTime": "2025-03-10T14:30:00Z",
  "mostRecentRefreshRequestStatus": "Completed",
  "isFirstRefresh": true
}