Forum Discussion
grantedTo and grantedToIdentities removed from graph api Permission. What's the exact time table?
Hi,
Microsoft announced that the Permission resource of the graph API will be gradually phased out and deprecated the grantedTo and grantedToIdentities fields.
We would like to know the exact time table, such as the month and day when the phaseout will begin, and if there are differences in the phaseout time in various regions around the world and a clear time table.
Because before this time we need to adjust the eliminated fields to grantedToV2 and grantedToIdentitiesV2 in order to continue to use the following endpoints
GET {resource path}/permissions
GET {resource path}/permissions/permission-id
PATCH {resource path}/permissions/permission-id
POST {resource path}/permissions
Announcement: https://devblogs.microsoft.com/microsoft365dev/removal-of-deprecated-sharepoint-onedrive-permission-resource-properties/
Thank you~!