Hello,
testing following queries in Microsoft graph explorer :
https://graph.microsoft.com/v1.0/groups
or
https://graph.microsoft.com/v1.0/teams/
raises following error after skipping to the next page
after selecting the @odata.nextlink with <ctrl> - click.
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "Access token is empty.",
"innerError": {
"date": "2021-02-08T07:57:46",
"request-id": "7aaa29d0-1cba-4d4a-bc25-f8a3b0e4769b",
"client-request-id": "7aaa29d0-1cba-4d4a-bc25-f8a3b0e4769b"
}
}
}
How can I fix this?
Kind regards,
Rik