RobertT
6 years agoBoss
API v2 and filtering for registered users
We're build a custom new users component and have hit a bit of a snag with LIQL.
When querying for new users on one of our instances it returns incomplete user profiles (eg no login name is set and profile is not complete). As far as I can see there's no way currently to filter to only get fully registered users that have a login name?
A workaround for this would be to add a condition to the WHERE clause in the query to check users.registration_data.registration_status for one of the possible values but this doesn't appear to be possible currently.