09-01-2022 06:13 AM
Hello,
Working on Meetings integration right now, and stumbled across a need for tracking meeting changes.
Is there any functionality available/planned that would allow tracking changes for already existing meetings? Let's say, if the new invitee was queried for the meeting, or the title, start/end time etc. Or would the only option here be to just pull the target meetings again and compare fields contents?
Thank you
Solved! Go to Solution.
09-05-2022 05:04 AM
The application requires the scope.
The owner of the application does not need the permissions. The user which authorized against it (ie. the logged in user) does need it
In order to be able to access the API endpoint, the application must request the scope (via configuration) and the user must be able to fulfill it (via user configuration/CO role)
09-02-2022 08:03 AM
If you've the compliance officer role, you may use the events api to list updates of meetings: https://developer.webex.com/docs/api/v1/events/list-events
09-05-2022 04:51 AM
Thank you!
About the compliance officer role - does that mean that the user that owns the Integration Application, is supposed to have the role, or assigning spark-compliance permissions to the application should be enough?
https://developer.webex.com/docs/compliance - according to this document, I can see that I am able to apply permissions to the application, but not sure if that would also imply that the owner is supposed to have an extended role.
09-05-2022 05:04 AM
The application requires the scope.
The owner of the application does not need the permissions. The user which authorized against it (ie. the logged in user) does need it
In order to be able to access the API endpoint, the application must request the scope (via configuration) and the user must be able to fulfill it (via user configuration/CO role)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide