Hi,
I’m using API Jira cloud issue list search API to get members / users “https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-search-get”
Currently gettings unwanted users from API ( please check attached screenshot for reference ), is there any settings or API option to fetch only users?
Thanks

These are all users, however each of the users returned will have an accountType set for example atlassian, or customer or app.
It sounds like you want to ignore the results where the accountType property is app.
Hope that helps.
Cheers,
Mel