Skip to content

Set and check mm account id CustomUser preferences

Using UserManagement WS:

  • Add method Client.get_preferences() to retrieve preferences from OTRS CustomerUser
  • Transform lists arriving from preferences requests to dicts with method _get_dct_from_paried_list
  • Adapt the Client.set_preferences() method for other requests than changing language
  • Set and get 'MMAccountId' from CustomerUser preferences
  • Add tests
  • Update CHANGELOG
Edited by Administrator

Merge request reports