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

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

You can change the user password using the following POST:

. . api/v2/SDA/User/Intergraph.SPF.Server.API.Model.ChangeUserPassword

With the Body:

{

"CurrentPassword: "123",

"NewPassword": "234"

}