Hi
How can I update a user in Zabbix via API? I only found an example in the documentation without the Media:
{ "jsonrpc": "2.0", "method": "user.update", "params": { "userid": "1", "name": "John", "surname": "Doe" }, "auth": "038e1d7b1735c6a5436ee9eae095879e", "id": 1 }
Does somebody has an example?
Thanks
Fabian
How can I update a user in Zabbix via API? I only found an example in the documentation without the Media:
{ "jsonrpc": "2.0", "method": "user.update", "params": { "userid": "1", "name": "John", "surname": "Doe" }, "auth": "038e1d7b1735c6a5436ee9eae095879e", "id": 1 }
Does somebody has an example?
Thanks
Fabian