cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
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:
{
  "password": "[email protected]"
}
Version history
Last update:
‎02-21-2024 01:19 PM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: