we received the following error when trying to querying https://graph.microsoft.com/beta/teams/{teamid}/schedule/timeCards. we noticed that 'timeCards' is now in v1.0, not just beta. We were wondering if we need to update our API in order to gain access to our timeCard underlying data? Or if something else needs to be done? It worked fine at 7 am this morning, but we don't see anything posted on the API changelog.
{
"error": {
"code": "Forbidden",
"message": "Missing scope permissions on the request. API requires one of 'Schedule.Read.All, Schedule.ReadWrite.All'. Scopes on the request 'Calendars.ReadWrite, Chat.Read, Chat.ReadBasic, Contacts.ReadWrite, DeviceManagementRBAC.Read.All, DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, eDiscovery.Read.All, eDiscovery.ReadWrite.All, Files.ReadWrite.All, Group.ReadWrite.All, IdentityRiskEvent.Read.All, Mail.Read, Mail.ReadWrite, MailboxSettings.ReadWrite, Notes.ReadWrite.All, openid, People.Read, Place.Read, Presence.Read, Presence.Read.All, PrinterShare.ReadBasic.All, PrintJob.Create, PrintJob.ReadBasic, profile, Reports.Read.All, Sites.ReadWrite.All, Tasks.ReadWrite, User.EnableDisableAccount.All, User.Export.All, User.Read, User.Read.All, User.ReadBasic.All, User.ReadWrite, User.ReadWrite.All, email'",
"innerError": {
"date": "2024-09-09T16:13:15",
"request-id": "703c3cc9-0aa4-4cda-a3ea-f48432609113",
"client-request-id": "4d03e904-5a40-3d83-a165-09a99c927a79"
}
}
}