We are in the process of creating an app that utilizes the Webex Meeting XML API as we want the ability to create meetings via a certain application. We have created the Webex OAuth app at the Cisco DevNet Webex Integration portal, configured OAuth authentication process and the integration is working for the most part. The piece we are missing is that we are trying to create meetings but the admin user account that we are using in the security context header in the body, which is what was used to authorize the app and generate the token, is not authorized to create meetings on behalf of users (the error message we get is: You can not schedule meeting for this host.) However, if the user, for whom we are creating the meeting on behalf of logins into their Webex account and enables that admin account to create meetings on their behalf, then it works fine.
Is there a way to authorize an admin account to be able to create meetings on behalf of all accounts?
Or is there a way to call the CreateMeeting XML API in such a way that we can create meetings for any user?
Any help would greatly be appreciated.