« Back to Administration XML Questions

AXL command add application users

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,

we use a 6.1.2.1000-13 UCM and we want to add application users with an AXL command. Is this possible?

We added users with the command axl:addUser, but these users are generated as EndUsers.

Best Regards,
Andreas

Application users must currently be added via SQL using the <executeSQLUpdate> request. Please see the CM Data Dictionary for details on the tables/fields involved in order to help you build the SQL statement.

Note, however that the password/pin fields should not be specified or updated via SQL, as they require special encryption hashing by the AXL layer. After the application user record has been created via <executeSQLUpdate>, you will need to use the <updateAppUser> request to update the password and pin fields.

Which begs the question: it has been like that since CCM 5.. when will we see dedicated commands to work with an application user? ;)