Hello Can i change the email address from a prtg user (not ad user) with a script or with api?


Article Comments

Hi Thomas,

The official "change object"-API is not supporting this. However you could use the API that PRTG uses itself to change this field:

/editsettings?id=USER-ID&email_=EMAIL@ADDRESS.COM

The first parameter is the ID of the User, the second is the email address that is entered in the "Primary Email Address"-field.
If you want to use this call in a script or anywhere else, please add the username and passhash:

&username=USER&passhash=1234567


Best regards.


Dec, 2018 - Permalink