on 2021 May 06 5:40 PM
Hi,
So the question is exactly what is in the title.
I'm creating loyalty user through API. But I'm not getting successful result setting the password.
I tried to give a "secret", "password" etc. with the body when creating user - it failed.
I've also tried the 3 API requests after the user creation - it failed as well.
Am I doing wrong? is one of below 3 request correct? What should I do to accomplish?
Thank you,
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Found an answer. Remember you gotta replace {UUID} with the specific loyalty user UUID.
http://cco.ns.orchard.mn/ccos/api/ui/loyalty/loyaltyuser-management/users/{UUID}/resetpassword
{
"newPassword": "98765",
"confirmPassword": "98765",
"passwordChangeForced": true
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.