Skip to main content
PUT
/
securitymanagement
/
change-password
Change Password
curl --request PUT \
  --url https://{tenant}.fincode.software/api/v6/services/securitymanagement/change-password \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "currentPassword": "<string>",
  "newPassword": "<string>"
}
'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
currentPassword
string
newPassword
string

Response

200

Password changed