This article details how to reset or configure a user's security question via the Postman Okta API.
- Postman
- Users Collection
- Security Question (Recovery Question)
- Okta Classic Engine
- Okta Identity Engine (OIE)
Please follow the steps below:
- Install and configure Postman.
-
Import the Postman Users Collection.
-
Obtain the ${userId} using the login:
-
Fetches a specific user when knowing the user's
login. -
GET/api/v1/users/isaac.brock@example.com.
-
-
Set recovery credential (configure recovery question):
-
Users > Credential Operations.
-
PUT {{url}}/api/v1/users/{{userId}}. -
Replace
{{userId}}with the userId obtained in step 3 above. -
Modify the Body with the new question and answer.
-
Click on Send.
-
