Forum Discussion

tiklu ganguly's avatar
tiklu ganguly
Brass Contributor
Jun 11, 2020
Solved

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...
  • tiklu ganguly's avatar
    tiklu ganguly
    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

Resources