Skip to content

Commit

Permalink
Merge pull request #9206 from JarbasHorst/patch-72
Browse files Browse the repository at this point in the history
Update delegatedadmincustomer-list-servicemanagementdetails.md
  • Loading branch information
Lauragra authored Mar 5, 2024
2 parents 2575323 + bb112e6 commit f0cbfee
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Namespace: microsoft.graph

[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]

Get a list of the [delegatedAdminServiceManagementDetail](../resources/delegatedAdminServiceManagementDetail.md) objects and their properties.
Get a list of the [delegatedAdminServiceManagementDetail](../resources/delegatedadminservicemanagementdetail.md) objects and their properties.

[!INCLUDE [national-cloud-support](../../includes/global-only.md)]

Expand All @@ -33,7 +33,7 @@ GET /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomerId}/serv
```

## Optional query parameters
This method does not support OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
This method doesn't support OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).

## Request headers
|Name|Description|
Expand All @@ -45,12 +45,14 @@ Don't supply a request body for this method.

## Response

If successful, this method returns a `200 OK` response code and a collection of [delegatedAdminServiceManagementDetail](../resources/delegatedAdminServiceManagementDetail.md) objects in the response body.
If successful, this method returns a `200 OK` response code and a collection of [delegatedAdminServiceManagementDetail](../resources/delegatedadminservicemanagementdetail.md) objects in the response body.

## Examples

### Request

The following example shows a request.

# [HTTP](#tab/http)
<!-- {
"blockType": "request",
Expand Down Expand Up @@ -96,6 +98,9 @@ GET https://graph.microsoft.com/beta/tenantRelationships/delegatedAdminCustomers
---

### Response

The following example shows the response.

>**Note:** The response object shown here might be shortened for readability.
<!-- {
"blockType": "response",
Expand Down

0 comments on commit f0cbfee

Please sign in to comment.