Skip to content

Commit 77bad7c

Browse files
authored
Merge pull request #26734 from microsoftgraph/main
Merge to publish.
2 parents 2e7dabd + d84c42f commit 77bad7c

32 files changed

+100
-147
lines changed

api-reference/beta/api/application-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "sureshja"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-applications"
77
doc_type: apiPageType
8-
ms.date: 07/01/2024
8+
ms.date: 05/23/2025
99
---
1010

1111
# Update application
@@ -60,7 +60,7 @@ In the request body, supply the values for relevant fields that should be update
6060
| appRoles | [appRole](../resources/approle.md) collection | The collection of roles defined for the application. These roles can be assigned to users, groups, or service principals. Not nullable. |
6161
| displayName | String | The display name for the application. |
6262
| groupMembershipClaims | String | Configures the **groups** claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values:<ul><li>`None`</li><li>`SecurityGroup`: For security groups and Microsoft Entra roles</li><li>`All`: This will get all of the security groups, distribution groups, and Microsoft Entra directory roles that the signed-in user is a member of</li></ul> |
63-
| identifierUris | String collection | The URIs that identify the application within its Microsoft Entra tenant, or within a verified custom domain if the application is multi-tenant. For more information, see [Application Objects and Service Principal Objects](/azure/active-directory/develop/app-objects-and-service-principals). The *any* operator is required for filter expressions on multi-valued properties. Not nullable. |
63+
| identifierUris | String collection | The URIs that identify the application within its Microsoft Entra tenant, or within a verified custom domain if the application is multitenant. For more information, see [Application Objects and Service Principal Objects](/azure/active-directory/develop/app-objects-and-service-principals). Not nullable. |
6464
| info | [informationalUrl](../resources/informationalurl.md) | Basic profile information of the application such as app's marketing, support, terms of service, and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more information, see [Add Terms of service and privacy statement for registered Microsoft Entra apps](/azure/active-directory/develop/howto-add-terms-of-service-privacy-statement). |
6565
| isFallbackPublicClient | Boolean | Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is `false`, which means the fallback application type is confidential client such as web app. There are certain scenarios where Microsoft Entra ID cannot determine the client application type (for example, [ROPC](https://tools.ietf.org/html/rfc6749#section-4.3) flow where it is configured without specifying a redirect URI). In those cases, Microsoft Entra ID will interpret the application type based on the value of this property. |
6666
| keyCredentials | [keyCredential](../resources/keycredential.md) collection | The collection of key credentials associated with the application. Not nullable. |

api-reference/beta/api/dailyuserinsightmetricsroot-list-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
}
3131
-->
3232
``` http
33-
GET /userInsightsRoot/daily/summary
33+
GET /userInsights/daily/summary
3434
```
3535

3636
## Optional query parameters
@@ -58,7 +58,7 @@ The following example shows a request.
5858
}
5959
-->
6060
``` http
61-
GET https://graph.microsoft.com/beta/userInsightsRoot/daily/summary
61+
GET https://graph.microsoft.com/beta/userInsights/daily/summary
6262
```
6363

6464
### Response

api-reference/beta/api/monthlyuserinsightmetricsroot-list-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
}
3131
-->
3232
``` http
33-
GET /reports/userInsightsRoot/monthly/summary
33+
GET /reports/userInsights/monthly/summary
3434
```
3535

3636
## Optional query parameters
@@ -58,7 +58,7 @@ The following example shows a request.
5858
}
5959
-->
6060
``` http
61-
GET https://graph.microsoft.com/beta/reports/userInsightsRoot/monthly/summary
61+
GET https://graph.microsoft.com/beta/reports/userInsights/monthly/summary
6262
```
6363

6464
### Response

api-reference/beta/api/schedulechangerequest-approveforuser.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,23 @@ Choose the permission or permissions marked as least privileged for this API. Us
2222

2323
Permissions for [offerShiftRequest](../resources/offershiftrequest.md):
2424

25-
<!-- {
26-
"blockType": "permissions",
27-
"name": "offershiftrequest-approveforuser-permissions"
28-
}
29-
-->
30-
[!INCLUDE [permissions-table](../includes/permissions/offershiftrequest-approveforuser-permissions.md)]
25+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_approveforuser" } -->
26+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-approveforuser-permissions.md)]
3127

3228
Permissions for [openShiftChangeRequest](../resources/openshiftchangerequest.md):
3329

34-
<!-- {
35-
"blockType": "permissions",
36-
"name": "openshiftchangerequest-approveforuser-permissions"
37-
}
38-
-->
39-
[!INCLUDE [permissions-table](../includes/permissions/openshiftchangerequest-approveforuser-permissions.md)]
30+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_approveforuser_2" } -->
31+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-approveforuser-2-permissions.md)]
4032

4133
Permissions for [swapShiftsChangeRequest](../resources/swapshiftschangerequest.md):
4234

43-
<!-- {
44-
"blockType": "permissions",
45-
"name": "swapshiftschangerequest-approveforuser-permissions"
46-
}
47-
-->
48-
[!INCLUDE [permissions-table](../includes/permissions/swapshiftschangerequest-approveforuser-permissions.md)]
35+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_approveforuser_3" } -->
36+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-approveforuser-3-permissions.md)]
4937

5038
Permissions for [timeOffRequest](../resources/timeoffrequest.md):
5139

52-
<!-- {
53-
"blockType": "permissions",
54-
"name": "timeoffrequest-approveforuser-permissions"
55-
}
56-
-->
57-
[!INCLUDE [permissions-table](../includes/permissions/timeoffrequest-approveforuser-permissions.md)]
40+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_approveforuser_4" } -->
41+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-approveforuser-4-permissions.md)]
5842

5943
## HTTP request
6044

api-reference/beta/api/schedulechangerequest-declineforuser.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,23 @@ Choose the permission or permissions marked as least privileged for this API. Us
2222

2323
Permissions for [offerShiftRequest](../resources/offershiftrequest.md):
2424

25-
<!-- {
26-
"blockType": "permissions",
27-
"name": "offershiftrequest-declineforuser-permissions"
28-
}
29-
-->
30-
[!INCLUDE [permissions-table](../includes/permissions/offershiftrequest-declineforuser-permissions.md)]
25+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_declineforuser" } -->
26+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-declineforuser-permissions.md)]
3127

3228
Permissions for [openShiftChangeRequest](../resources/openshiftchangerequest.md):
3329

34-
<!-- {
35-
"blockType": "permissions",
36-
"name": "openshiftchangerequest-declineforuser-permissions"
37-
}
38-
-->
39-
[!INCLUDE [permissions-table](../includes/permissions/openshiftchangerequest-declineforuser-permissions.md)]
30+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_declineforuser_2" } -->
31+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-declineforuser-2-permissions.md)]
4032

4133
Permissions for [swapShiftsChangeRequest](../resources/swapshiftschangerequest.md):
4234

43-
<!-- {
44-
"blockType": "permissions",
45-
"name": "swapshiftschangerequest-declineforuser-permissions"
46-
}
47-
-->
48-
[!INCLUDE [permissions-table](../includes/permissions/swapshiftschangerequest-declineforuser-permissions.md)]
35+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_declineforuser_3" } -->
36+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-declineforuser-3-permissions.md)]
4937

5038
Permissions for [timeOffRequest](../resources/timeoffrequest.md):
5139

52-
<!-- {
53-
"blockType": "permissions",
54-
"name": "timeoffrequest-declineforuser-permissions"
55-
}
56-
-->
57-
[!INCLUDE [permissions-table](../includes/permissions/timeoffrequest-declineforuser-permissions.md)]
40+
<!-- { "blockType": "permissions", "name": "schedulechangerequest_declineforuser_4" } -->
41+
[!INCLUDE [permissions-table](../includes/permissions/schedulechangerequest-declineforuser-4-permissions.md)]
5842

5943
## HTTP request
6044

@@ -254,4 +238,4 @@ The following example shows the response.
254238
-->
255239
``` http
256240
HTTP/1.1 204 No Content
257-
```
241+
```

api-reference/beta/api/serviceprincipal-list-approleassignedto.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.localizationpriority: high
55
doc_type: apiPageType
66
ms.subservice: "entra-applications"
77
author: "sureshja"
8-
ms.date: 10/15/2024
8+
ms.date: 05/23/2025
99
---
1010

1111
# List appRoleAssignments granted for a service principal
@@ -14,11 +14,9 @@ Namespace: microsoft.graph
1414

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

17-
Retrieve a list of [appRoleAssignment](../resources/approleassignment.md) that users, groups, or client service principals have been granted for the given resource service principal.
17+
Retrieve all clients (users, groups, or client service principals) that have an [appRoleAssignment](../resources/approleassignment.md) for a given resource service principal.
1818

19-
For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph.
20-
21-
If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application.
19+
For example, if the resource service principal is the service principal for the Microsoft Graph API, this API returns all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application with app roles granted to users and groups, this API returns all the users and groups assigned app roles for this application.
2220

2321
>**Note** This request might have replication delays for app role assignments that were recently granted or removed.
2422
@@ -43,7 +41,7 @@ GET /servicePrincipals/{id}/appRoleAssignedTo
4341

4442
## Optional query parameters
4543

46-
This method supports the [OData query parameters](/graph/query-parameters) to help customize the response.
44+
This method supports the `$select` and `$filter` (`eq`, `startswith`) [OData query parameters](/graph/query-parameters) to help customize the response.
4745

4846
## Request headers
4947

api-reference/beta/api/timecard-clockin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ Content-type: application/json
274274
"suppressions": [
275275
]
276276
}
277-
-->
277+
-->

api-reference/beta/api/timecard-confirmforuser.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Confirm a specific [timeCard](../resources/timecard.md) for a user.
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": "timecard-confirmforuser-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "timecard_confirmforuser" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/timecard-confirmforuser-permissions.md)]
2925

3026
## HTTP request

api-reference/beta/includes/permissions/offershiftrequest-approveforuser-permissions.md renamed to api-reference/beta/includes/permissions/schedulechangerequest-approveforuser-2-permissions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Automatically generated file. DO NOT MODIFY
2+
description: "Automatically generated file. DO NOT MODIFY"
33
ms.topic: include
44
ms.localizationpriority: medium
55
---
@@ -10,4 +10,3 @@ ms.localizationpriority: medium
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|Schedule.ReadWrite.All|Not available.|
1212

13-

api-reference/beta/includes/permissions/offershiftrequest-declineforuser-permissions.md renamed to api-reference/beta/includes/permissions/schedulechangerequest-approveforuser-3-permissions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Automatically generated file. DO NOT MODIFY
2+
description: "Automatically generated file. DO NOT MODIFY"
33
ms.topic: include
44
ms.localizationpriority: medium
55
---
@@ -10,4 +10,3 @@ ms.localizationpriority: medium
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|Schedule.ReadWrite.All|Not available.|
1212

13-

api-reference/beta/includes/permissions/openshiftchangerequest-approveforuser-permissions.md renamed to api-reference/beta/includes/permissions/schedulechangerequest-approveforuser-4-permissions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Automatically generated file. DO NOT MODIFY
2+
description: "Automatically generated file. DO NOT MODIFY"
33
ms.topic: include
44
ms.localizationpriority: medium
55
---
@@ -10,4 +10,3 @@ ms.localizationpriority: medium
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|Schedule.ReadWrite.All|Not available.|
1212

13-

api-reference/beta/includes/permissions/openshiftchangerequest-declineforuser-permissions.md renamed to api-reference/beta/includes/permissions/schedulechangerequest-approveforuser-permissions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Automatically generated file. DO NOT MODIFY
2+
description: "Automatically generated file. DO NOT MODIFY"
33
ms.topic: include
44
ms.localizationpriority: medium
55
---
@@ -10,4 +10,3 @@ ms.localizationpriority: medium
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|Schedule.ReadWrite.All|Not available.|
1212

13-
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: "Automatically generated file. DO NOT MODIFY"
3+
ms.topic: include
4+
ms.localizationpriority: medium
5+
---
6+
7+
|Permission type|Least privileged permissions|Higher privileged permissions|
8+
|:---|:---|:---|
9+
|Delegated (work or school account)|Not supported.|Not supported.|
10+
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11+
|Application|Schedule.ReadWrite.All|Not available.|
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: "Automatically generated file. DO NOT MODIFY"
3+
ms.topic: include
4+
ms.localizationpriority: medium
5+
---
6+
7+
|Permission type|Least privileged permissions|Higher privileged permissions|
8+
|:---|:---|:---|
9+
|Delegated (work or school account)|Not supported.|Not supported.|
10+
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11+
|Application|Schedule.ReadWrite.All|Not available.|
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: "Automatically generated file. DO NOT MODIFY"
3+
ms.topic: include
4+
ms.localizationpriority: medium
5+
---
6+
7+
|Permission type|Least privileged permissions|Higher privileged permissions|
8+
|:---|:---|:---|
9+
|Delegated (work or school account)|Not supported.|Not supported.|
10+
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11+
|Application|Schedule.ReadWrite.All|Not available.|
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: "Automatically generated file. DO NOT MODIFY"
3+
ms.topic: include
4+
ms.localizationpriority: medium
5+
---
6+
7+
|Permission type|Least privileged permissions|Higher privileged permissions|
8+
|:---|:---|:---|
9+
|Delegated (work or school account)|Not supported.|Not supported.|
10+
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11+
|Application|Schedule.ReadWrite.All|Not available.|
12+

api-reference/beta/includes/permissions/swapshiftschangerequest-approveforuser-permissions.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

api-reference/beta/includes/permissions/swapshiftschangerequest-declineforuser-permissions.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

api-reference/beta/includes/permissions/timecard-confirmforuser-permissions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Automatically generated file. DO NOT MODIFY
2+
description: "Automatically generated file. DO NOT MODIFY"
33
ms.topic: include
44
ms.localizationpriority: medium
55
---
@@ -10,4 +10,3 @@ ms.localizationpriority: medium
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|Schedule.ReadWrite.All|Not available.|
1212

13-

api-reference/beta/includes/permissions/timeoffrequest-approveforuser-permissions.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

api-reference/beta/includes/permissions/timeoffrequest-declineforuser-permissions.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)