cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
88
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Matthias Nicklisch on 03-07-2013 10:32:00 AM
Hello there,

I want to manage some users via the WebEx XML API.
Unfortunately I can't find the right attributes for some options I want to set. Maybe you can help me. Unfortunately the webgui of my webex test site is in german, but I try my best to describe what I mean.

First of all I have to set the allowed session types (?) I can choose from PRO and AUO. Which attribute sets this option?
Also I want to enable the option that the user has to change his password after the first login.
Then there is an option which I would translate as Phone-Privileges, you can choose from Fee, No Fee and Fee & No Fee
The last point is the country. I can set the language, but the country isn't set. I use:
<address>
   <country>Germany</country>
</address>

Do you know which attributes I have to use?
I have uploaded a picture, I think the webgui looks similar on all sites, so hopefully you can figure out what I mean:
http://s1.directupload.net/file/d/3305/3ocop4hy_jpg.htm

I would really appreciate any help.

Thanks in advance.

Subject: RE: Can't find needed attributes in XML API
Replied by: Nathan Morrow on 03-07-2013 07:40:44 PM
Hello,

     When creating a new user with CreateUser, all available session types are enabled by default if none are specified. If you wish to enable only some session types, rather than all, you would specify one or more meetingType values. meetingType expects an integer value, which is listed on the initial site admin page in the right most column of the meeting types table. meetingType is a child element of meetingTypes, which is a child of bodyContent.

     Forcing a user to change password on next login is done by setting forceChangePassword to TRUE, this is a child element of security, which is a child of bodyContent.

     Audio privilege is set using one or more of the privilege element's children: teleConfCallOut, teleConfCallOutInternational, teleConfCallIn, teleConfTollFreeCallIn, voiceOverIp, teleConfCallInInternational.

     Country is only used as part of address, location isnt used. Language can be set if multiple languages exist on the site.

Subject: RE: Can't find needed attributes in XML API
Replied by: Matthias Nicklisch on 04-07-2013 04:22:33 AM
Thank you, you have been most helpful =)
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links