Feature #36659
Add "auth_source_id" to GET request for Endpoint /users.:format
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
Resolution: |
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
History
#1
Updated by Go MAEDA 4 months ago
- Related to Feature #23307: Get which auth_source_id of a user added