Project

General

Profile

Get Redmine user details by user email id

Added by Saiyam Chawla 1 day 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?