Get crossTenantAccessPolicy

Namespace: microsoft.graph

Read the properties and relationships of a crossTenantAccessPolicy object.

Permissions

One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.

Permission type Permissions (from least to most privileged)
Delegated (work or school account) Policy.Read.All, Policy.ReadWrite.CrossTenantAccess
Delegated (personal Microsoft account) Not applicable
Application Policy.Read.All, Policy.ReadWrite.CrossTenantAccess

HTTP request

GET /policies/crossTenantAccessPolicy

Request headers

Name Description
Authorization Bearer {token}. Required.

Request body

Do not supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and a crossTenantAccessPolicy object in the response body.

Examples

Request

GET https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy

Response

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

{
  "value": {
    "@odata.type": "#microsoft.graph.crossTenantAccessPolicy",
    "displayName": "CrossTenantAccessPolicy",
    "allowedCloudEndpoints": ["microsoftonline.us", "partner.microsoftonline.cn"]
  }
}