thomas-w
Frequent Visitor
Frequent Visitor
Member since ‎06-25-2025
‎03-05-2026
Awards
No awards available to display

User Statistics

  • 6 Posts
  • 1 Solutions
  • 2 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
Certifications

User Activity

Hello,The Control Hub API has an endpoint to get and set organisation settings (https://developer.webex.com/admin/docs/api/v1/settings).The example given is "allow-admin-invite-emails". but is there a full list of those settings anywhere?Thanks,Thom
Hello,The Control Hub API has an endpoint to get and set organisation settings (https://developer.webex.com/admin/docs/api/v1/settings).The example given is "allow-admin-invite-emails"., but is there a full list of those settings anywhere?Thanks,Thom
Hello,The following code can be used to initiate a call from a bot in the WebEx app:val intent = Intent(Intent.ACTION_VIEW).apply {     data = Uri.parse("tel:1234567890") } startActivity(intent)However, it doesn't work with the WebEx Intune app.Can a...
Community Statistics
Member Since ‎06-25-2025 05:56 AM
Date Last Visited ‎03-05-2026 01:56 AM
Posts 6
Helpful Votes Given To