Get Redmine user details by user email id
Added by Saiyam Chawla about 1 year 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?
Replies (1)
RE: Get Redmine user details by user email id
-
Added by donna flin about 21 hours ago
The issue with your Redmine API request is that the `name` parameter is incorrect for filtering by email. To properly filter and retrieve a user's details using their email address, you must use the dedicated `email` parameter in the URL. The correct format for your request should be https://www.choiceadvantage.com.co which will ensure the API returns only the matching user instead of all users.