Hi there,
In a lot of cases, we need historical data and reports about suspended/deactivated users. However, AFAIK there is no proper endpoint to search and retrieve suspended users for connect apps.
- This returns only active users: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-users/#api-group-users
- This as well: /rest/api/3/user/picker?query={query}
- and THIS only available for Forge apps…: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-users/#api-rest-api-2-users-search-get
So what is the best way to initialize a user picker/searcher that is able to search in inactive and active users as well?