GET/api/admin/users/{uid}/mfaAdmin

List a user's MFA factor types

Reports which kinds of verified second factors (TOTP, passkeys) the user has enrolled.

operationId get_api_admin_users_uid_mfaAdministration

Authentication & permissionsAdmin

Platform administrators only

Accepted credentials
Who may call
Platform administrators only

Path parameters

NameTypeDescription
uid*string (uuid)

uid of the target user

Responses

application/json
PropertyTypeDescription
success*true
data*object
factor_types*"totp" | "webauthn"[]
JSONExample
"success"true
"data"
"factor_types"
"totp"

Example request

bashcurl
curl -X GET 'https://auth.schemavaults.com/api/admin/users/<uid>/mfa' \
  -b 'refresh_token_<auth_server_app_id>=<value>'

Other methods on this path