When I export the user list to s/sheet, I see the following fields:
STShareView
SCShareView
STShareColor
SCShareColor
I'd like to be able to set these values via the CreateUser XML API, however I can't find them within the Schemas.
Could someone please direct me where to look, or advise what config I'd need to add to my CreateUser API request to configure these fields?
We have 50,000+ users in the user list, and we're trying to make all users (basically) the same.
Thanks in advance,
-Martin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thank you for the question! The schema elements you are looking for are under remoteAccess (STShare) and remoteSupport (SCShare). An example of what to add to your code is:
<remoteAccess>
<sharingColor>256</sharingColor>
<sharingView>FS_SCALE</sharingView>
</remoteAccess>
<remoteSupport>
<sharingColor>256</sharingColor>
<sharingView>FS_SCALE</sharingView>
</remoteSupport>
Note that if smartTech is not enabled on your site, you will receive the following error and the user will not be created:
<serv:result>FAILURE</serv:result>
<serv:reason>The site does not support SMARTtech</serv:reason>
You can find more information about these options by searching for "sharingColor" or "sharingView" in the XML API documentation.
--
Michael Fierro
mifierro@cisco.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Michael,
(At the risk of looking foolish...) Could you please direct me to exactly where I can find this in the documentation?
I've searched within this guide - https://developer.cisco.com/site/webex-developer/develop-test/xml-api/api-guide/
but haven't had any luck, using either of the search terms you suggest. And I've tried scanning all the schema files and can't find them there either.
Would you mind be more specific about where to find this info please??
Many thanks,
-Martin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.