Actions
Feature #36659
closedAdd "auth_source_id" to GET request for Endpoint /users.:format
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
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 issues
Updated by Go MAEDA almost 3 years ago
- Related to Feature #23307: Include auth_source field in User API response added
Updated by Joan J over 1 year ago
There's a patch in the related feature #23307, could that be included in next release?
Updated by Marius BĂLTEANU 10 months ago
- 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.
Updated by Marius BĂLTEANU 10 months ago
- Is duplicate of Feature #37674: Upgrade Admin/Users list to use the query system added
Actions