Forum Discussion
tiklu ganguly
Jun 11, 2020Brass Contributor
Meeting created via Graph API is not applying global policy properly
Hi All, We needed to make sure that all external users when joining a meeting via meeting URL should be given the role of an attendee. I have run the following PowerShell command to set the po...
- Jun 12, 2020
Hi All,
We were able to solve this by passing the id of the organizer like the one sample given below
{ "startDateTime":"2019-09-09T14:33:30.8546353-07:00", "endDateTime":"2019-09-09T15:03:30.8566356-07:00", "subject":"Application Token Meeting", "participants": { "organizer": { "identity": { "user": { "id": "550fae72-d251-43ec-868c-373732c2704f" } } } } }
to get the id of the user you would need to query "/users" endpoint
Thanks
Tiklu
tiklu ganguly
Jun 12, 2020Brass Contributor
Hi All,
Just to elaborate further. If we are creating the meeting via UI, all external users are getting added as an attendee. But if we are creating the meeting via Graph API the users are getting added as a normal "presenter" and not as an attendee. We have also tried using the Microsoft graph event API. And in that case, also the behavior is the same.
Thanks
Tiklu