Hi Guys
I’m trying to execute a POC to raise a push notification on my mobile calling an OKTA API
I’m calling these APIs
- {{url}}/api/v1/users/{{userId}}/factors/{{factorId}}/verify
- {{url}}/api/v1/users/{{userId}}/factors
In both cases, I got the next error
{
“errorCode”: “E0000007”,
“errorSummary”: “No se encontró: Resource not found: xxxx@mail.com (User)”,
“errorLink”: “E0000007”,
“errorId”: “oaeafwLO95iRqmb-pywzPh6zg”,
“errorCauses”:
}
I have installed the OKTA Verify on my phone and I enabled the OKTA Verify on my profile and if I go to Security->MF, OKTA verify is enabled with a check in Enable Push Notifications
Can you help me to understand what I’m doing wrong please