Okta · Capability
Okta API — UserFactor
Okta API — UserFactor. 9 operations. Lead operation: Okta Enroll Factor. Self-contained Naftiko capability covering one Okta business surface.
What You Can Do
GET
Listfactors
— Enumerates all the enrolled factors for the specified user
/v1/api/v1/users/{userid}/factors
POST
Enrollfactor
— Okta Enroll Factor
/v1/api/v1/users/{userid}/factors
GET
Listsupportedfactors
— Enumerates all the supported factors that can be enrolled for the specified user
/v1/api/v1/users/{userid}/factors/catalog
GET
Listsupportedsecurityquestions
— Enumerates all available security questions for a user's `question` factor
/v1/api/v1/users/{userid}/factors/questions
GET
Getfactor
— Fetches a factor for the specified user
/v1/api/v1/users/{userid}/factors/{factorid}
DELETE
Deletefactor
— Unenrolls an existing factor for the specified user, allowing the user to enroll a new factor.
/v1/api/v1/users/{userid}/factors/{factorid}
POST
Activatefactor
— Okta Activate Factor
/v1/api/v1/users/{userid}/factors/{factorid}/lifecycle/activate
GET
Getfactortransactionstatus
— Polls factors verification transaction for status.
/v1/api/v1/users/{userid}/factors/{factorid}/transactions/{transactionid}
POST
Verifyfactor
— Okta Verify MFA Factor
/v1/api/v1/users/{userid}/factors/{factorid}/verify
MCP Tools
enumerates-all-enrolled-factors-specified
Enumerates all the enrolled factors for the specified user
read-only
idempotent
okta-enroll-factor
Okta Enroll Factor
enumerates-all-supported-factors-that
Enumerates all the supported factors that can be enrolled for the specified user
read-only
idempotent
enumerates-all-available-security-questions
Enumerates all available security questions for a user's `question` factor
read-only
idempotent
fetches-factor-specified-user
Fetches a factor for the specified user
read-only
idempotent
unenrolls-existing-factor-specified-user
Unenrolls an existing factor for the specified user, allowing the user to enroll a new factor.
idempotent
okta-activate-factor
Okta Activate Factor
polls-factors-verification-transaction-status
Polls factors verification transaction for status.
read-only
idempotent
okta-verify-mfa-factor
Okta Verify MFA Factor