Feature #36659
closed
Add "auth_source_id" to GET request for Endpoint /users.:format
Added by Christoph Graf almost 3 years ago.
Updated 10 months ago.
Description
In our Redmine installation we have both local users and users from our LDAP service. It would be very helpful for our user management if we could filter for "auth_source_id" in a GET request for the endpoint /users.:format.
Example:
GET /users.json?limit=100&auth_source_id=1
- Related to Feature #23307: Include auth_source field in User API response added
There's a patch in the related feature #23307, could that be included in next release?
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
- Resolution set to Fixed
Starting with Redmine 5.1 (#37674) you can now filter for auth_source_id
using the same syntax that exists for other entities. The one pointed by you should work as expected.
- Is duplicate of Feature #37674: Upgrade Admin/Users list to use the query system added
Also available in: Atom
PDF