Skip to content

Commit 39e38ae

Browse files
Merge pull request #28105 from microsoftgraph/main
Auto Publish – main to live - 2026-01-21 15:50 UTC
2 parents 31bb985 + 69a4fa2 commit 39e38ae

63 files changed

Lines changed: 766 additions & 287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api-reference/beta/api/crosstenantidentitysyncpolicypartner-restore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Content-Type: application/json
118118
"displayName": null,
119119
"deletedDateTime": "2025-06-18T23:14:25Z",
120120
"externalCloudAuthorizedApplicationId": null,
121+
"groupSyncInbound": null,
121122
"userSyncInbound": null
122123
}
123124
```

api-reference/beta/api/site-follow.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2727
<!-- { "blockType": "ignored" } -->
2828

2929
```http
30-
POST /users/{user-id | userPrincipalName}/followedSites/add
30+
POST /users/{id | userPrincipalName}/followedSites/add
3131
```
3232

3333
## Request body
@@ -51,12 +51,10 @@ Here's and example that shows how to follow multiple sites.
5151

5252
### Request
5353

54-
55-
# [HTTP](#tab/http)
5654
<!-- { "blockType": "request", "name": "follow-site", "scopes": "sites.readwrite.all" } -->
5755

5856
```http
59-
POST https://graph.microsoft.com/beta/users/{user-id}/followedSites/add
57+
POST https://graph.microsoft.com/beta/users/87d349ed-44d7-43e1-9a83-5f2406dee5bd/followedSites/add
6058
Content-Type: application/json
6159
6260
{
@@ -72,36 +70,6 @@ Content-Type: application/json
7270
}
7371
```
7472

75-
# [C#](#tab/csharp)
76-
[!INCLUDE [sample-code](../includes/snippets/csharp/follow-site-csharp-snippets.md)]
77-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
78-
79-
# [Go](#tab/go)
80-
[!INCLUDE [sample-code](../includes/snippets/go/follow-site-go-snippets.md)]
81-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
82-
83-
# [Java](#tab/java)
84-
[!INCLUDE [sample-code](../includes/snippets/java/follow-site-java-snippets.md)]
85-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
86-
87-
# [JavaScript](#tab/javascript)
88-
[!INCLUDE [sample-code](../includes/snippets/javascript/follow-site-javascript-snippets.md)]
89-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
90-
91-
# [PHP](#tab/php)
92-
[!INCLUDE [sample-code](../includes/snippets/php/follow-site-php-snippets.md)]
93-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
94-
95-
# [PowerShell](#tab/powershell)
96-
[!INCLUDE [sample-code](../includes/snippets/powershell/follow-site-powershell-snippets.md)]
97-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
98-
99-
# [Python](#tab/python)
100-
[!INCLUDE [sample-code](../includes/snippets/python/follow-site-python-snippets.md)]
101-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
102-
103-
---
104-
10573
### Response
10674

10775
If successful, it returns the following JSON response.

api-reference/beta/api/site-unfollow.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2929
<!-- { "blockType": "ignored" } -->
3030

3131
```http
32-
POST /users/{user-id | userPrincipalName}/followedSites/remove
32+
POST /users/{id | userPrincipalName}/followedSites/remove
3333
```
3434

3535
## Request body
@@ -52,12 +52,10 @@ The following example shows how to unfollow multiple sites.
5252

5353
### Request
5454

55-
56-
# [HTTP](#tab/http)
5755
<!-- { "blockType": "request", "name": "unfollow-site", "scopes": "sites.readwrite.all" } -->
5856

5957
```http
60-
POST https://graph.microsoft.com/beta/users/{user-id}/followedSites/remove
58+
POST https://graph.microsoft.com/beta/users/87d349ed-44d7-43e1-9a83-5f2406dee5bd/followedSites/remove
6159
Content-Type: application/json
6260
6361
{
@@ -73,36 +71,6 @@ Content-Type: application/json
7371
}
7472
```
7573

76-
# [C#](#tab/csharp)
77-
[!INCLUDE [sample-code](../includes/snippets/csharp/unfollow-site-csharp-snippets.md)]
78-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
79-
80-
# [Go](#tab/go)
81-
[!INCLUDE [sample-code](../includes/snippets/go/unfollow-site-go-snippets.md)]
82-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
83-
84-
# [Java](#tab/java)
85-
[!INCLUDE [sample-code](../includes/snippets/java/unfollow-site-java-snippets.md)]
86-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
87-
88-
# [JavaScript](#tab/javascript)
89-
[!INCLUDE [sample-code](../includes/snippets/javascript/unfollow-site-javascript-snippets.md)]
90-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
91-
92-
# [PHP](#tab/php)
93-
[!INCLUDE [sample-code](../includes/snippets/php/unfollow-site-php-snippets.md)]
94-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
95-
96-
# [PowerShell](#tab/powershell)
97-
[!INCLUDE [sample-code](../includes/snippets/powershell/unfollow-site-powershell-snippets.md)]
98-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
99-
100-
# [Python](#tab/python)
101-
[!INCLUDE [sample-code](../includes/snippets/python/unfollow-site-python-snippets.md)]
102-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
103-
104-
---
105-
10674
### Response
10775

10876
If successful, the request returns the following response.

api-reference/beta/api/teamsadministration-teamspolicyuserassignment-assign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table lists the parameters that are required when you call this ac
5050

5151
|Parameter|Type|Description|
5252
|:---|:---|:---|
53-
|value|[microsoft.graph.teamsAdministration.teamsPolicyUserAssignment](../resources/teamsadministration-teamspolicyuserassignment.md) collection|A collection of user-policy assignment objects that specify the user ID, policy type, and policy ID to assign.|
53+
|value|[microsoft.graph.teamsAdministration.teamsPolicyUserAssignment](../resources/teamsadministration-teamspolicyuserassignment.md) collection|A collection of **teamsPolicyUserAssignment** objects that specify the user ID, policy type, and policy ID to assign.|
5454

5555
## Response
5656

api-reference/beta/api/windowsupdates-adminwindowsupdates-list-policies.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ You can use this method with the following child object type: [qualityUpdatePoli
2222

2323
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](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2424

25-
<!-- {
26-
"blockType": "permissions",
27-
"name": "windowsupdates-adminwindowsupdates-list-policies-permissions"
28-
}
29-
-->
25+
<!-- { "blockType": "permissions", "name": "windowsupdates_adminwindowsupdates_list_policies" } -->
3026
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-adminwindowsupdates-list-policies-permissions.md)]
3127

3228
## HTTP request

api-reference/beta/api/windowsupdates-adminwindowsupdates-post-policies.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ You can use this method with the following child object type: [qualityUpdatePoli
2222

2323
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](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2424

25-
<!-- {
26-
"blockType": "permissions",
27-
"name": "windowsupdates-adminwindowsupdates-post-policies-permissions"
28-
}
29-
-->
25+
<!-- { "blockType": "permissions", "name": "windowsupdates_adminwindowsupdates_post_policies" } -->
3026
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-adminwindowsupdates-post-policies-permissions.md)]
3127

3228
## HTTP request

api-reference/beta/api/windowsupdates-policy-delete.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ You can use this method with the following child object type: [qualityUpdatePoli
2222

2323
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](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2424

25-
<!-- {
26-
"blockType": "permissions",
27-
"name": "windowsupdates-policy-delete-permissions"
28-
}
29-
-->
25+
<!-- { "blockType": "permissions", "name": "windowsupdates_policy_delete" } -->
3026
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-policy-delete-permissions.md)]
3127

3228
## HTTP request

api-reference/beta/api/windowsupdates-policy-get.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ You can use this method with the following child object type: [qualityUpdatePoli
2222

2323
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](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2424

25-
<!-- {
26-
"blockType": "permissions",
27-
"name": "windowsupdates-policy-get-permissions"
28-
}
29-
-->
25+
<!-- { "blockType": "permissions", "name": "windowsupdates_policy_get" } -->
3026
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-policy-get-permissions.md)]
3127

3228
## HTTP request
@@ -100,4 +96,4 @@ Content-Type: application/json
10096
"lastModifiedDateTime": "2020-06-09T10:00:00Z"
10197
}
10298
}
103-
```
99+
```

api-reference/beta/api/windowsupdates-policy-list-applicablecontent.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ List [applicable update content](../resources/windowsupdates-applicablecontent.m
2020

2121
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](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
<!-- {
24-
"blockType": "permissions",
25-
"name": "windowsupdates-policy-list-applicablecontent-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "windowsupdates_policy_list_applicablecontent" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-policy-list-applicablecontent-permissions.md)]
2925

3026
## HTTP request

api-reference/beta/api/windowsupdates-policy-list-approvals.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Get a list of the [policyApproval](../resources/windowsupdates-policyapproval.md
2020

2121
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](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
<!-- {
24-
"blockType": "permissions",
25-
"name": "windowsupdates-policy-list-approvals-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "windowsupdates_policy_list_approvals" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-policy-list-approvals-permissions.md)]
2925

3026
## HTTP request

0 commit comments

Comments
 (0)