List api auth admin list usersGET/api/auth/admin/list-usersResponses200SuccessstringTry itServerCustom base URLOverrides the selected server when set.SendRequestcURLJavaScriptPythonCopyCopiedcurl -X GET "/api/auth/admin/list-users"const response = await fetch("/api/auth/admin/list-users", { method: "GET" });import requests response = requests.get( "/api/auth/admin/list-users", )Response200"string"