KindeK
Kinde5mo ago
7 replies
Debd

ManagementClient.get_user() returns 404

I have been trying to use the management client from kinde-python-sdk==2.0.10 to get a single user with client.get_user(user_id) but I keep seeing the error:

(404)\nReason: Not Found\nHTTP response headers: HTTPHeaderDict({'Date': 'Mon, 01 Sep 2025 06:51:23 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Content-Length': '107', 'Connection': 'keep-alive', 'Vary': 'Accept-Encoding'})\nHTTP response body: {\t\t\t\"errors\": {\t\t\t\t\"code\": \"ROUTE_NOT_FOUND\",\t\t\t\t\"message\": \"The requested API route does not exist\"\t\t\t}\t\t}\n"

client.get_users() works fine however. Can I have some hint how to make this work?
Was this page helpful?