<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
0D51Y0000A2RWseSQGOkta Classic EngineIntegrationsAnswered2024-04-15T13:27:53.000Z2020-12-02T00:42:54.000Z2020-12-28T20:56:58.000Z

biiqb (biiqb) asked a question.

Encountering "errorCode":"E0000003" and "errorSummary":"The request body was not well-formed." when updating User Profile

Hi All,

 

We are leveraging Workday's Studio tool to update a existing Worker's user profile in Okta. Our JSON Request looks like below

 

{

 "profile": {

  "firstName": "FName",

  "lastName": "LName",

  "email": "fname@email.com",

  "login": "12121212",

  "ABC": "B"

 }

}

 

We are calling the "/api/v1/users/" API and using the PUT operation to update the user who is already present in Okta (in PROVISIONED status). However, we are receiving an error saying

 

{"errorCode":"E0000003","errorSummary":"The request body was not well-formed.","errorLink":"E0000003","errorId":"oaeyIPSYhgcR4iv-NJrBoglvA","errorCauses":[]}

 

The above requ


  • User15730827840579969856 (Vendor Management)

    Cezar here.If by using Postman when calling the Okta API, is working as expected, it seems most likely to be an issue on workday side.Please open a ticket with them, so they can catch the integration.

    Selected as Best
  • User15730827840579969856 (Vendor Management)

    Cezar here.If by using Postman when calling the Okta API, is working as expected, it seems most likely to be an issue on workday side.Please open a ticket with them, so they can catch the integration.

    Selected as Best
This question is closed.
Loading
Encountering "errorCode":"E0000003" and "errorSummary":"The request body was not well-formed." when updating User Profile