Forum Discussion
marksqeptech
Nov 29, 2020Copper Contributor
Online Meeting Create and Update - id not found
I've created an online meeting using the following method: https://docs.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-beta&tabs=http I've then gone to update ...
marksqeptech
Dec 06, 2020Copper Contributor
Thanks for the reply.
I'm using the /beta/users/{userId}/onlineMeetings/{meetingId} endpoint with an application token not the /beta/me/onlineMeetings/{meetingId} endpoint.
Does that work for you?
marksqeptech
Dec 06, 2020Copper Contributor
I'm also using it through the beta nuget package using:
await graphClient.User["{userId}"].OnlineMeetings["{id}"] .Request() .UpdateAsync(onlineMeeting);
- Varaprasad-MSFTDec 30, 2020
Microsoft
We are anot able to reproduce the issue ,we have tried using the userid with beta API.
1. Created the online meeting successfully
2. Updated the online meeting successfully
Could you please try creating using graph explorer and check.