Project

General

Profile

Not able to use optional filter to get user API.

Added by Saiyam Chawla 10 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=

and passing the Redmine API key in the headers.

Is anyone else experiencing this issue?