Forum Discussion
jonlake
Sep 07, 2022Iron Contributor
Power Automate JSON add co-organizer
Hi, I can create a Teams meeting using JSON and an Azure AD HTTP request but is it possible to add co-organizers as part of the request. I can't figure it out but hope someone can suggest a method. ...
jonlake
Sep 07, 2022Iron Contributor
kalpeshvaghela you can open a meeting from the Teams calendar then choose meeting options, from where you can add meeting co-organizers. I need to be able to do that using Power Automate, and likely JSON (which creates the meeting initially). Ideally I'd be able to create the event and set all options using a JSON post.
kalpeshvaghela
Sep 08, 2022Iron Contributor
According to Official documentation of Graph API, it's not possible to add multiple co-organizers while adding meeting or updating meeting using Graph API. It's not even possible with beta version of graph API.
- https://docs.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-beta&tabs=http
- Event JSON Object Schema - https://docs.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-beta#properties - Here organizer is the single property where you can provide only one user.
Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community