Hi, im trying to change an users password directly calling the management api by using Change Users' Passwords but when i send that info i get the 401 error, and dont know if the grants are the problem(i saw client credentials were useful but to activate this option i have to change the application type and configure a Token Endpoint Authentication Method, is this really usefull?)
Your support would be really appreciated.
Hey there @david.martinez2 welcome to the community!
I assume you are making a call to the update user endpoint. Are you including a Management API Access Token in the request? This is required to complete such a request. I recommend checking out the following doc regarding how to get Management API Access tokens:
Hope this helps!
i DM you with the specific issue.