Hi,
We try to import users with hashed passwords including nextLogin=changePassword but it results with this exception E000124
{
“errorCode”: “E0000124”,
“errorSummary”: “Could not create user. To create a user and expire their password immediately, a password must be specified”,
“errorLink”: “E0000124”,
“errorId”: “oaeJNU7p6gJTriXMPIKc483gg”,
“errorCauses”: [
{
“errorSummary”: “Could not create user. To create a user and expire their password immediately, a password must be specified”
}
]
}
How to create users with imported password and set it as expired with one call API ?
Thanks
@DEVE It doesn’t seem to be supported.
Does creating the user with imported password and then using expire_password api to expire the user’s password work for you ?
Yes, but it’s supported for creation with simple password !!
Yes this solution works but the problem here, spend a more significant time to migrate users, for example instead of 3H we are on 6H.
Otherwise, for the moment I think the unique solution is to proceed with 2 API calls.
Thank you.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.