Hi @Salman Tanvir
User tokens requested using the delegated authentication flow are only available in the /me
context:
GET /me/onlineMeetings?$filter=JoinWebUrl%20eq%20'{joinWebUrl}'
If you want to call the /users/{user id}
endpoint to get another user's online meeting, then you need to request an app-only token using the client credentials flow. Please note that to use application permission for this API, tenant administrators must create an application access policy and grant it to a user to authorize the app configured in the policy to fetch online meetings and/or online meeting artifacts on behalf of that user (with user ID specified in the request path).
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.