Project

General

Profile

Redmine REST API to fetch details for a specific user by passing the user's email

Added by Saiyam Chawla 2 days 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?