Hi folks, is it possible to search users while filtering out app users?
Contrary to tickets like https://jira.atlassian.com/browse/CONFCLOUD-70582, the accountType
field is now populated, however, it seems like it is still impossible to search for non-app users
<instance>/wiki/rest/api/search/user?cql=type=user and user.accountType = atlassian
returns:
{
"statusCode": 400,
"data": {
"authorized": true,
"valid": true,
"errors": [],
"successful": true
},
"message": "com.atlassian.confluence.api.service.exceptions.BadRequestException: No field exists with the name: 'user.accountType' Did you mean one of : user.accountid, user.fullname, user"
}