Hi
I am trying to get all users created after a certain date through the mangement API, but I cannot get the filter working correctly.
My request URL: Admin/Api/UsersByGroup?GroupId=24&Filter=createdOn%7C%3E%3D%7C2025-08-27T00%3A00&SortColumnName=createdOn&SortDirection=Descending
I tried to see if I could reuse the command DW uses through the backend UI and noticed it is doing it on CreatedFrom instead of CreatedOn, but changing that didn't really achieve anything: (from console: /admin/UI/Users/UserList?GroupId=24&Type=UsersByGroup&Filter=CreatedFrom%7C%3E%3D%7C2025-08-27T00%3A00)
If I try to filter on something else, it is also none responding. I have it working for other things like orders.