Gremlin · Capability
Gremlin API — users.auth.mfa
Gremlin API — users.auth.mfa. 7 operations. Lead operation: Authenticate a user with MFA.. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
POST
Auth
— Authenticate a user with MFA.
/v1/users/auth/mfa/auth
POST
Disable
— Removes the MFA provider and secret, disabling MFA login.
/v1/users/auth/mfa/disable
POST
Enable
— Generate a secret key and enables it for the user.
/v1/users/auth/mfa/enable
POST
Forcedisable
— Removes the MFA provider and secret, disabling MFA login.
/v1/users/auth/mfa/forcedisable
GET
Getinfo
— Returns the enabled/disabled status and provider if set, of MFA for the user.
/v1/users/auth/mfa/info
POST
Validate
— Validate a MFA token for a user
/v1/users/auth/mfa/validate
GET
Isenabled
— Returns the enabled/disabled status of MFA for a user.
/v1/users/auth/mfa/{email}/enabled
MCP Tools
authenticate-user-mfa
Authenticate a user with MFA.
removes-mfa-provider-and-secret
Removes the MFA provider and secret, disabling MFA login.
generate-secret-key-and-enables
Generate a secret key and enables it for the user.
removes-mfa-provider-and-secret-2
Removes the MFA provider and secret, disabling MFA login.
returns-enabled-disabled-status-and
Returns the enabled/disabled status and provider if set, of MFA for the user.
read-only
idempotent
validate-mfa-token-user
Validate a MFA token for a user
read-only
returns-enabled-disabled-status-mfa
Returns the enabled/disabled status of MFA for a user.
read-only
idempotent