cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
4
Helpful
4
Replies

CUCM AXL set value to "Use System Default"

khanagwk
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Joseph Martini
Cisco Employee
Cisco Employee

axl_null_default.png

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.

View solution in original post

4 Replies 4

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.



Response Signature


This might help you on your continued use of AXL.Cisco Administrative XML (AXL) Schema Reference



Response Signature


Joseph Martini
Cisco Employee
Cisco Employee

axl_null_default.png

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.

khanagwk
Level 1
Level 1

Thanks guys!  Leaving it blank does the trick!  Appreciate your help!