Hi Amrit,
I’m not familiar with development. However, I found a similar error scenario for your reference. The link is: https://stackoverflow.com/questions/51845317/microsoft-graph-return-access-token-is-empty. In this link, someone told that "Access token is empty" probably means not present or no authorization header in request. Perhaps, you can get some useful information from this comment.
Microsoft Graph API - Unable to register workforceIntegration using rest call
amrit nigam
1
Reputation point
I have already given these permissions -
WorkforceIntegration.ReadWrite.All
WorkforceIntegration.Read.All
Still when I make this rest call
https://graph.microsoft.com/beta/teamwork/workforceIntegration
I am getting "Sorry, this feature is not enabled for your team" as error message.
Status code - 403 forbidden
Can anyone help me resolve this issue.
Thanks,
Amrit
1 answer
Sort by: Most helpful
-
Sharon Zhao-MSFT 25,101 Reputation points Microsoft Vendor
2020-02-26T05:44:24.117+00:00