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.
Admin can manually send activation emails by triggering them from the Users section of Control Hub( send email to all or single not verified users) I need to trigger that sending email by API instead click the button in Control Hub (best solution)Or ...
Hi, Team after setting SSO step by step in article (https://help.webex.com/en-us/article/ubrigo/Configure-single-sign-on-in-Control-Hub-with-SimpleSAML) First, I have a full admin account (assume myadmin@gmail.com) in Control Hubwhen I set SSO config...
A regular way for registry account isadmin use REST API, POST /people {"emails":["john@mysite.webex.com"], "displayName":"john", "orgId":"<orgId>"}user receive email and activate accountuser direct to registry page and input password and displayNamed...
As I am a full admin, how can I download all Recordings which created by other host account in site ?I can't find any batch download button/option neither in Control Hub, nor in REST API Alternatively, can I get a list of all Recordings downloadUrl, ...
Can GetjoinurlMeeting(XML API) appropriate for attendee account which is mentioned in Webex Help Center Article(https://help.webex.com/en-us/article/9dmqgv/Edit-Service-Licenses-in-Control-Hub-for-Individual-Users) ?When attendee enter the link in br...
Hi, @sandiban still struggling I have two host account A, Bfirst, I use user A to create a meeting on <siteId>.webex.com by chrome browserand the meeting is starting at chrome browser case 1:<securityContext>
<webExID><user_A_email></webExID>
...
Hi @Patience Umoru thanks for support, I have build Integration for OAuth flowand OAuth token is working nicelyhere's what I have done: GET https://webexapis.com/v1/people?orgId=<orgId>&max=1000I get hundreds of accounts in my site use a `for` loop...