Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Get user info - Better Auth
BA
Better Auth
•
10mo ago
•
4 replies
adrrian17
Get user info
I
'm using the admin plugin and I can list all the users in the DB using
await authClient.admin.listUsers()
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)
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
Better Auth
Join
9,988
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
twitter provider: unable_to_get_user_info
BA
Better Auth / help
7mo ago
deleteUser response: FAILED_TO_GET_USER_INFO
BA
Better Auth / help
10mo ago
Github signIn returns `unable_to_get_user_info`
BA
Better Auth / help
9mo ago
Error Code: unable_to_get_user_info (X Login)
BA
Better Auth / help
6mo ago