Update User Password over API Without Email Token
AnsweredWe have a web application that manages users' access to some dashboards. The web application is necessary because users pay a subscription. We assign a temporary password during the bulk import process, but I cannot find a way for folks to update their password in our web application AND for Sisense via API. We can create their account over API with a password but not change it over API?
-
Hi Markus,
You are able to define new password for a user using REST API v0.9, the endpoint is /users/{user}. It is using _id or userName as parameters and the body can be password only, or the whole user object:{
"password": "test1@test.com"
}
Oleh
Please sign in to leave a comment.
Comments
1 comment