Okta verify adding factor via api

I’m trying to figure out how to use the api to enroll folks with okta verify to get them the qr code based on the documentation. When I run the post, I get how the api validation failed and “errorSummary”: “Maximum number of enrollments reached for factorType push.”

But yet I can have more okta verify in my account and I even removed a factor for testing.

The body looks to be simply

{
“factorType”: “push”,
“provider”: “OKTA”
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.