how to get list of accounts which is verified users ?
TL;DR
To get a list of verified user accounts, you can use the "usersList" endpoint in AppWrite. Pass the query for verified users to this endpoint. Check out the documentation at <https://appwrite.io/docs/server/users?sdk=dart-default#usersList> for more details.