<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008WWfuaCADOkta Classic EngineAPI Access ManagementAnswered2025-09-13T09:01:51.000Z2022-12-14T04:54:13.000Z2022-12-14T08:39:46.000Z
  • a0n5s (a0n5s)

    Do you call the factor enrollment by API Token? what's the user that create the API Token. Do you find the error message in the Okta System log?

  • krishnac.37526 (Customer)

    I'm passing the API Token for factor enrollment. I do not find any error in the system log. Do I need to provide any other information?

  • krishnac.37526 (Customer)

    Currently I'm operating from India. Do I need to follow any standard format to enter the mobile number? Like

    +91-99xxxxxxxx?

  • a0n5s (a0n5s)

    I find the error code code reference:

    https://developer.okta.com/docs/reference/error-codes/

    E0000001: API validation exception 

    HTTP Status: 

    400 Bad Request

    API validation failed for the current request. This is a fairly general error that signifies that endpoint's precondition has been violated. Such preconditions are endpoint specific. Users are encouraged to navigate to the documentation for the endpoint and read through the "Response Parameter" section. For example, the documentation for "Suspend User" indicates that suspending a user who is not active will result in the `E0000001` error code.

     

    HTTP/1.1 400 Bad Request

    Content-Type: application/json

     

    {

    "errorCode": "E0000001",

    "errorSummary": "Api validation failed: {0}",

    "errorLink": E0000001,

    "errorId": "sampleQ3nhRbk1QWhasICW-fg",

    "errorCauses": []

    }

     

     

    Does the error information like this in the postman? can you take a screenshot?​

    Expand Post
This question is closed.
Loading
E0000001 while enrolling sms factor from postman