Update User Password Over API Without Email Token
Question: I cannot find a way to update user's password for Sisense via API. We can create their account over API with a password but not change it over API?
Solution: 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:
/users/{user}. It is using _id or userName as parameters and the body can be password only, or the whole user object:
{
"password": "[email protected]"
}
Updated 02-21-2024
intapiuser
Admin
Joined December 15, 2022