
JosephC.65885 (Customer) asked a question.
I received the following error message when testing user creation through API, though the listed properties are not required in the process.
{
"errorCode": "E0000001",
"errorSummary": "Api validation failed: newUser",
"errorLink": "E0000001",
"errorId": "oaeW9O4GClgT_qJl0C9NeFNRw",
"errorCauses": [
{
"errorSummary": "Property name 'question' is not defined in profile"
},
{
"errorSummary": "Property name 'name' is not defined in profile"
},
{
"errorSummary": "Property name 'timeZone' is not defined in profile"
},
{
"errorSummary": "Property name 'questionText' is not defined in profile"
}
]
}

Hello @JosephC.65885 (Customer)
I hope you are having a great day
Thank you for posting, you can check the resolution of this problem using the link below:
https://support.okta.com/help/s/article/Api-validation-failed-Invalid-property-name-Property-name-should-only-have-alphanumeric-characters-and-underscores-It-should-not-start-with-a-digit?language=en_US
Have a great day ahead
Best Regards
Henry E.
Okta Inc
@User16308869954358539580 (Okta) I'm not sure if the resolution helps with my question. I'm following the structure of Create User with Password & Recovery Question on the Okta reference page for Users API.
Hello @JosephC.65885 (Customer) , I'm a newbie OKTA developer having the same issue. Were you able to resolve your issue?