Get user info

I'm using the admin plugin and I can list all the users in the DB using await authClient.admin.listUsers() but how can I get a single user info? I can't find a method like await authClient.admin.getUser(id).
Solution:
If you have the user id, you can directly query your DB using something like an ORM.
Jump to solution
2 Replies
Solution
Ping
Ping•2w ago
If you have the user id, you can directly query your DB using something like an ORM.
adrrian17
adrrian17OP•2w ago
ok ok, got it, thanks 😄

Did you find this page helpful?