Change user password - HxGN SDx - Update 70 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

ft:locale
en-US
Product
HxGN SDx
Search by Category
Administration & Configuration

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"

}