You can change the user password using the following example POST:
<ACCESS_URL>/api/v2/SDXDEV/User/Intergraph.SPF.Server.API.Model.ChangeUserPassword
With the Body:
{
"CurrentPassword: "123",
"NewPassword": "234"
}
You can change the user password using the following example POST:
<ACCESS_URL>/api/v2/SDXDEV/User/Intergraph.SPF.Server.API.Model.ChangeUserPassword
With the Body:
{
"CurrentPassword: "123",
"NewPassword": "234"
}