When I am calling Microsoft Graph API "https://graph.microsoft.com/v1.0/security/secureScores?$top=10" getting an error message
{"error":{"code":"UnknownError","message":"Auth token does not contain valid permissions or user does not have valid roles.","innerError":{"date":"2022-06-09T07:28:23","request-id":"2d8e4f26-91db-4341-8a63-961421d99bb8","client-request-id":"2d8e4f26-91db-4341-8a63-961421d99bb8"}}}.
I have verified accessToken it contains scope for secure score api, "scp": "AccessReview.ReadWrite.All AuditLog.Read.All Directory.AccessAsUser.All Directory.ReadWrite.All email Group.ReadWrite.All openid Organization.Read.All profile Reports.Read.All SecurityEvents.Read.All SecurityEvents.ReadWrite.All User.Read User.ReadWrite.All". I am using Microsoft PartnerCenter user having role Global Administrator to authenticate all customer tenant. the above error message only coming for few customers. Can anyone suggest me what needs to be done.