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 }