komodorio / validkube

ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.

Home Page:https://validkube.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Response is not Returning Expected Data

Amanastel opened this issue · comments

Hello, I'm experiencing an issue with the API response for the "/users" endpoint. When I make a request to this endpoint, the response is not returning the expected data. Specifically, the "email" field for each user is missing, even though it is included in the API documentation and was previously returned in responses.
Steps to reproduce:

Make a GET request to the "/users" endpoint using the provided API credentials.
Observe that the "email" field is missing from the response.
Expected behavior:
The response should include the "email" field for each user, as specified in the API documentation.

Actual behavior:
The "email" field is missing from the response.