
AnkushG.80102 (Customer) asked a question.
I am using Okta Api's to create user.
https://dev-913896.okta.com/api/v1/users?activate=true
User has been created successfully but can not login in OKTA. Below you can find the Request Body JSON.
{
"profile": {
"firstName": "Test",
"lastName": "Admin",
"email": "xyz@abc.com",
"login": "adam",
"mobilePhone": "555-415-1337",
"secondEmail": "xyz@abc.com"
},
"credentials": {
"password" : {
"hash": {
"algorithm": "MD5",
"value": "f925916e2754e5e03f75dd58a5733251"
}
}
}
}

Hi Ankush - so sorry for the delayed response here!
If you haven't already, I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.