When calling the GET /user/{tenantId}/users/{id} endpoint (GET /User API: https://cumulocity.com/api/core/#operation/getUserResource), I’m seeing a mismatch between the documentation and the actual response.
According to the docs, the response should include fields like firstName, lastName, and displayName (example model shown in the documentation). However, in my response these fields are missing (specifically: firstName, lastName, displayName).
Is there a prerequisite, permission, or request parameter I’m missing, or is this expected behavior in certain cases?