
biiqb (biiqb) asked a question.
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

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.