MS Search - Bookmark graph API not working in postaman/ps script

Amol Yadav 26 Reputation points
2023-01-06T10:11:18.023+00:00

MS Search(Answers)-Bookmark graph API not working since 5th Jan 23. Getting "Failed to acquire token" error message in response. Bookmark graph API (create,update,delete,list) was working fine till 5th Jan in postman and powershell script.

API- https://graph.microsoft.com/beta/search/bookmarks

API Response -{

"error": {  

    "code": "generalAuthFailure",  

    "message": "Failed to acquire token",  

    "innerError": {  

        "date": "2023-01-06T07:53:42",  

        "request-id": "---------------",  

        "client-request-id": "--------------------"  

    }  

}  

}

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,646 questions
{count} vote

Accepted answer
  1. Srinivasa Rao Darna 6,691 Reputation points Microsoft Vendor
    2023-01-06T10:36:23.957+00:00

    Hello @Amol Yadav ,

    Thanks for reaching Microsoft QnA forum, Graph API GET /beta/search/bookmarks is returning the same error you are getting. See below my test result.

    276826-image.png

    500 - Internal Server Error are interim, search-searchentity-list-bookmarks, is currently in preview only, please note APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.

    Hope this helps.
    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

0 additional answers

Sort by: Most helpful