skatiyar
6 years agoExpert
Issue LiQL query
I am getting error while trying to get list of deleted users. Query works in other cases where I put condition against login. Can someone help with the issue. Query: Select id, email, deleted from ...
Hi skatiyar,
'where deleted = true' is not a supported constraint in the WHERE clause of the query. You can filter by a datetime range between which user accounts were closed/deleted.
Please refer to this documentation for the supported constraints.
Thanks,
Srujana.
Thanks srujanayeruvaka this is helpful