From adf3d3b09224980f185fb17f929ee97f4b127d43 Mon Sep 17 00:00:00 2001 From: David <1511024+marabooy@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:50:23 +0300 Subject: [PATCH] Weekly Permissions sync 2024-12-20 (#926) --- permissions/new/permissions.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 3befdcd9..696318dc 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -47977,9 +47977,9 @@ "schemes": { "DelegatedWork": { "adminDisplayName": "Read and write access to user profile", - "adminDescription": "Allows the app to read your profile. It also allows the app to update your profile information on your behalf.", + "adminDescription": "Allows the app to read your profile and basic company information. It also allows the app to update your profile information on your behalf.", "userDisplayName": "Read and update your profile", - "userDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "userDescription": "Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "requiresAdminConsent": false, "privilegeLevel": 3 }, @@ -48311,15 +48311,15 @@ "schemes": { "DelegatedWork": { "adminDisplayName": "Read and write all users' full profiles", - "adminDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.", + "adminDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on behalf of the signed-in user.", "userDisplayName": "Read and write all users' full profiles", - "userDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "userDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.", "requiresAdminConsent": true, "privilegeLevel": 4 }, "Application": { "adminDisplayName": "Read and write all users' full profiles", - "adminDescription": "Allows the app to read and update user profiles without a signed in user.", + "adminDescription": "Allows the app to read and update user profiles and read basic company properties without a signed in user.", "requiresAdminConsent": true, "privilegeLevel": 4 }