MyAccount Management
//
Retrieve an Enrollment
Identity Engine
OAuth 2.0 scope:
- okta.myAccount.authenticators.read
Retrieves an enrollment by enrollmentId
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/authenticators/aut9gnvcjUHIWb37J0g4/enrollments/ufs2bysphxKODSZKWVCT \
-H 'Accept: application/json; okta-version=1.0.0'Enrollment
Whether the user has permission to perform a password change operation as determined by their password policy
Whether the user has permission to perform a password reset operation, as determined by their password policy and password source. If canResetPassword is false, the modify object isn't returned in the _links object.
The fields specific to an authenticator enrollment that may not be common across all authenticators
Response
- Password enrollment
- Email enrollment
- Security key enrollment
{ "id": "pasfs1tgsKqEha3JwZKq", "name": "Okta password", "created": "2023-05-01T14:24:54.000Z", "lastChallenged": "2023-06-01T13:44:54.000Z", "canReset": true, "canChangePassword": true, "canResetPassword": true, "canUnenroll": false, "_links": { "self": { … }, "authenticator": { … }, "modify": { … } } }