Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #13651: API: fix user config show endpoints to include user attributes

Component REST API
Title API: fix user config show endpoints to include user attributes
Date Jan 12, 2022
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.2.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.1.0b3 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT
2.0.0p19 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT

In the previous version, both the show user and show all users endpoints did not behave as intended hiding the user attributes. This werk changes this behaviour and also introduces proper field definitions for the response schema. The response of the user endpoint has also changed. Every attribute which was previously returned under "extensions.attributes", will now be returned directly under "extensions". You may have to change your scripts accordingly. The affected endpoints are:

/objects/user_config/user (get & put) /domain-types/user_config/collections/all (get & post)

To the list of all Werks