Get credentials and Policy information from okta

e are trying to access Credentials and Policy data from Okta. It is giving a permission error {“COLLECTOR SERVICE”: “HttpRequestError [401]: Request to /authenticator-enrollments failed with the message = {\“errorCode\”: \“E0000015\”, \“errorSummary\”: \“You do not have permission to access the feature you are requesting\”, \“errorLink\”: \“E0000015\”, \“errorId\”: \”#########“, \“errorCauses\”: }.”}.

Documentation suggested to enable Authenticator Enrollments Admin Management API, this is available only OIE version of Okta and not classic. We have (2025.08.4 C ).

How do i get the information.

Based on the version your org is on, looks like you are on an Okta Classic org and thus cannot use the authenticator-enrollments endpoint.

The closest equivalent in Okta Classic should be the /api/v1/users/{userId}/factors endpoint, though it does look like there are some limitations with that endpoint that don’t apply to the new OIE Authenticator Enrollment endpoint.

1 Like

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