This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hello, I try to add new administrators using the XML API. I send a "set" action in order to add a new admin. However it replaces the configuration and just add the new admin. I have tried POST and PUT methods. The call is: https://XXXXXX/api?type=config&action=set&key=XXXX&xpath=/config/mgt-config/users&element= <users><entry name="XXXXXX"><permissions><role-based><superuser>yes</superuser></role-based></permissions><authentication-profile>XXXXX</authentication-profile></entry></users> Any suggestions or comments? I have opened a case with Palo Alto support as well
... View more