Skip to main content
PUT
/
v1
/
services
/
usermanagement
/
change-password
/
{id}
Change Password
curl --request PUT \
  --url https://api.stag.songhaiexchange.io/v1/services/usermanagement/change-password/{id} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "newPassword": "<string>"
}
'
{
  "newPassword": "<string>"
}

Headers

Authorization
string
required

Bearer token

Path Parameters

id
string
required

User ID

Body

application/json
newPassword
string

Response

200 - application/json

Password changed successfully

newPassword
string