Hi @Parth Baxi
This endpoint does not support application permissions, so you must call the API in the context of delegation.
Try granting Presence.Read.All
delegated permissions to your app, and then use the delegated authentication flow to get an access token, such as auth code flow or ROPC flow.
Or use your user to log in to Graph Explorer and call the endpoint directly:
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.