LIST UsersAsk AIget https://api.timeedit.net/v1/usersQuery ParamsemailstringFilter by email, which will yield a single unique resultusernamestringFilter by username, which will yield a unique result if paired with query param authConfigIdauthConfigIdstringFilter by auth configuration, which will yield a unique result if paired with query param username. See LIST Auth Configs to find the correct id.firstNamestringFilter by firstnamelastNamestringFilter by lastnamepageintegerWhich page to fetchlimitintegerMax amount of users to fetch in a single querysortByintegerSort order to fetch users in. Use a field on the user paired with an ordering (asc or desc). For example 'username:asc' or 'email:desc'.Responses 200Successful operation 400Bad request 403Forbidden 404Not foundUpdated 11 months ago