Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Greetings from Webex Developer Support Team,We would like to thank you for your continued engagement in developing great experiences using Webex Platform. As an effort to continue and serve your needs, we recently transitioned from Webex4Dev to a com...
We are trying to get a list of all created Rooms within our org. We tried to accomplish this withhttps://webexapis.com/v1/rooms --> List Rooms. This is working fine with personal access token, but just lists personal rooms. So we changed to integrati...
Using the events api to pull messages created. During the get (either thru pagination or expanding the max records value) I get the below error which looks to be triggered because I have HDS trails enabled for 4 users in the lab. Do we support Events...
Hello, instructions to do this is documented here; https://help.webex.com/en-us/article/WBX63066/How-Do-I-Enable-the-Join-Before-Host-Option-for-Personal-Conferencing?
@vbj1995 below is an example that you can build from; I should also mentioned that I used Postman code covert tool to generate the powershell code below;
$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"$headers.Add("Au...
Hi @Kate Powel this is possible via API as Roger suggested above. Your Org admin can achieve this by listing all meetings belonging to this host using the list meetings API (https://developer.webex.com/docs/api/v1/meetings). Then identify all future ...
Hello @vbj1995 you can use the API to automate this process. Please see the Reports API.
As suggested above, Call Engagement and Call Qualitiy reports list the Calls on Webex. When you will need to start by Getting all report templates, then look for...
Hi @georg I found this documentation https://help.webex.com/en-us/article/16lhxu/Manage-session-types-in-Control-Hub but not sure it is possible to do this for several users. However, it might be possible to get around this using groups but you will ...