-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 4.0.20
-
Component/s: API (A)
-
None
-
Environment:zabbix-server-mysql 1:4.0.19-1+stretch
-
Sprint 65 (Jun 2020), Sprint 66 (Jul 2020)
-
0.125
I'm using API to sync zabbix users with LDAP users.
When creating/updating of user (user.create/user.update) media section looks as folow:
"*user_medias*": [ { "mediatypeid": "1", "sendto": [ "[email protected]" ], "active": 0 } ]
When asking zabbix for user to compare (user.get), the same section looks different:
"*medias*": [ { "active": "0", "sendto": [ "[email protected]" ], "mediatypeid": "1" } ]
That difference in naming is misleading.