Get an end user's sign-in methods (server-side admin)
GET/auth/users/:user_id/auth-methods
Secret-key-scoped, aggregate view of the sign-in methods configured for a single end user within the authenticating application. Reports whether the user has a password, which OAuth providers are linked, whether MFA is enabled, whether email/phone are verified, and how many passkeys are registered — everything a customer admin needs to build a "sign-in methods" screen. Scoped to the application — a caller can never read a user belonging to another application.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Sign-in methods retrieved
Invalid user_id format
Missing or invalid application credentials
User not found
Internal server error