-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
The Jira Find users and groups REST API endpoint - /rest/api/3/groupuserpicker - does not bring inactive users on its results.
- Additionally, it would be interesting to be able to filter that with a "active": true/false property.
We have received some requests for this feature as it would match some use cases raised by partners.
Steps to Reproduce
- Suspend a user account on Jira - let's say, "user1"
- Call the /rest/api/3/groupuserpicker REST API endpoint using a query that should return this user.
- Verify if the inactive user "user1" shows up in the results.
Expected Results
"user1" would be listed in the results with "active": false
... "displayName": "user1", "active": false, ...
Actual Results
"user1" is not listed in the results
Workaround
These two API endpoints can be used to retrieve inactive users - however, they are not allowed to be used by Connect apps:
Form Name |
---|