Added by Saiyam Chawla 3 months ago
I tried executing the API request to get the user detail using email ID and I used the following URL format:
http://your-redmine-url/users.json?name=user@email.com
along with the correct Redmine API key. However, the API returns data for all users instead of filtering for the specific email address provided in the parameters.
Is there a solution to this issue?