cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
0
Helpful
2
Replies

Set scheduling permission from back end?

Does anyone know if it possible to edit/set scheduling permission for scheduling webex from the back end? My company is changing the way assistants help our main staff so we need to add these assistants to about 500 users scheduling permission and I am looking for a way to not have to log in as each person to add these assistants email addresses. 

2 Replies 2

I know this an old post but found it while looking for a solution to a similar query. You can use Webex XML API endpoint SetUser to edit/set scheduling permission of a host account, example:

 

<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <header>
        <securityContext>
            <siteName>test</siteName>
            <webExID>admin@test.com</webExID>
            <webExAccessToken>[token]</webExAccessToken>
        </securityContext>
    </header>
  <body>
    <bodyContent xsi:type="java:com.webex.service.binding.user.SetUser">
        <webExId>host@test.com</webExId>
        <schedulingPermission>user1@test.com;user2@test.com</schedulingPermission>
    </bodyContent>
  </body>
</serv:message>

 

Hope this help someone else looking for the same solution. 

AFAIK the only available option  is  by sign in to users webex site. And from Preferences>Scheduling. 

 

 

 



Response Signature