You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: