get_user_credentials
Retrieve credential types configured for a user, such as password, OTP, or WebAuthn, to verify MFA status without creating a session.
Instructions
List the credential types configured for one user (password, otp, webauthn, …).
Use this to check a single user's MFA status: an otp credential means
TOTP/HOTP is configured. Reads /users/{id}/credentials (read-only; does
not create a session).
Args: username: Exact username (email).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |