Skip to content

Change customer user language

Administrator requested to merge feature/change-customer-user-language into master

We need to start to use a new WebService not supported by the PyOTRS client. This new web service is to manage the User preferences. We can't use the PyOTRS client and by now we decide not to create a new project only for one call.

This new UserManagementClient interacts with the UserManagement/cuser endpoint and allows us to change the customer language to fix the issue opened with the OTRS7 migration and the deprecation of the RPC API.

Merge request reports