Change the Login Password
Endpoint
Request
curl --request PATCH \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \
--data-binary '{
"properties":{
"password": "newMin10CharPw"
}
}' \Response
Last updated
Was this helpful?