-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Identity Integration - User Search
-
None
-
146
-
45
The search for inactive/only active users has been deprecated from the Find users API ( /rest/api/3/user/search ). This feature request is to provide a new endpoint or an automated way to filter the inactive/active users' information.
Currently, it's required to manually generate a CSV of the users to have this information.
Workaround:
To retrieve only active Jira users, please consider using the user search endpoints with the query parameter instead, as they return active users by default:
GET https://site.atlassian.net/rest/api/3/user/search?query=*&maxResults=2500
- relates to
-
AX-286 Add query parameter to return suspended users in Find Users API
- Closed