12-12-2024 02:54 PM
I'm creating a script that sets some end user variables using updateUser in AXL. I understand how to set the value for various variables but I'd like to know how to set a value to the "default in the system".
Specifically, I'd like to set the ServiceProfile to the system default profile (which is Jabber), so that when I pull up the the user in the web GUI (User Management a> End User) the UC Service profile settings look like "User Default Value ("Jabber"), where Jabber is the default profile set in the system.
I know I can list existing service profiles and see which one is set as default, but how do I set the end user to use the default instead of explicitly setting the default profile. I hope this makes sense.
Solved! Go to Solution.
12-13-2024 04:32 AM
Leave the serviceProfile value blank and that will set it back to 'NULL' in the database so that it shows 'use system default' again from the CCMAdmin web page.
12-12-2024 09:47 PM
If I recall correctly you would not set a service profile on the end user to make it use the one that is defined as the system default. For further questions about APIs it’s recommended to ask those over at DevNet at developer.cisco.com.
12-13-2024 01:08 AM
This might help you on your continued use of AXL.Cisco Administrative XML (AXL) Schema Reference
12-13-2024 04:32 AM
Leave the serviceProfile value blank and that will set it back to 'NULL' in the database so that it shows 'use system default' again from the CCMAdmin web page.
12-13-2024 08:18 AM - edited 12-13-2024 08:11 PM
Thanks guys! Leaving it blank does the trick! Appreciate your help!
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