06-15-2022 09:23 PM
First off, In the Org, we have set the auto template to not assign the basic messaging, basic space meetings or the Calling on Webex but i've noticed when using the people api, that the auto template is ignored and the basic services are being added. Is there a way around that or does it require an update to modify?
06-15-2022 09:29 PM
I have verified 2 scenarios with setting the auto template to not assign the basic messaging, basic space meetings or the Calling on Webex: (using People API to create user in the org)
Hope this helps!
06-16-2022 06:53 AM
I am passing one licenses in for Webex Meetings Suite and four additional licenses are being added which relate to Basic Messaging, Basic Space Meetings, Cal on Webex and Sharing.
I am passing in:
"licenses": [
"Y2lzY29zDSAcGFyazovL3VzL0xJQ0VOU0UvZWU1NzM0NjItOGt"
],
and this is what is being returned when the user is created.
"licenses": [
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U",
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U",
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U",
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U,
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U"
],
-----
License id's are changed to protect the innocent.
I can send you the full output if you wish to see it.
Tom
06-22-2022 05:19 AM
This is expected when creating a new user and assigning licenses via the API. As mentioned before the auto template from CH isn't used when you assign licenses via the API as there is a different workflow that's followed, which you can't control. After the user is created you can update the user to remove the "Free message", "Free meeting" and "Call on Webex" licenses but the "Free screen share" one can not be removed. Even if you were trying to remove all licenses from the user the "Free screen share" one has to remain and the system won't let you remove it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide