Forums » Development »
Added by Saiyam Chawla 3 months ago
Hi Everyone,
I've been trying to use the Redmine REST API to fetch details for a specific user by passing the user's email. However, the output still returns data for all users instead of just the specific user.
For example, I'm using the following request:
GET /users.xml?name=test@gmail.com
and passing the Redmine API key in the headers.
Is anyone else experiencing this issue?