cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
487
Views
5
Helpful
3
Replies

create Application User

Sebastian74842
Level 1
Level 1

How can I add an application user using AddAppUserReq and XAmpp User? I can't add AssociatedDevices and I can't add AssociatedGroups to the "XAppUser" either. help

3 Replies 3

dstaudt
Cisco Employee
Cisco Employee

This Python-based sample may be helpful: https://github.com/CiscoDevNet/axl-python-zeep-samples/blob/master/axl_add_App_User.py

If not using Python, it might be helpful to understand what problems/symptoms you are encountering...

I am using java.
I don't know how to add AssociatedGroups to the xAppUser.

This repo has some Java-based samples - not as many, but I added an <addAppUser> sample: https://github.com/CiscoDevNet/axl-java-samples