Skip to main content

User password change request using the user uid

PATCH 

https://api.spectrocloud.com/v1/users/:uid/password/change

User password change request via current password

Request

Path Parameters

    uid stringrequired

Body

required

    currentPasswordstring
    newPasswordstringrequired

Responses

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

curl -L -X PATCH 'https://api.spectrocloud.com/v1/users/:uid/password/change' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
-d '{
"currentPassword": "string",
"newPassword": "string"
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
Body required
{
"currentPassword": "string",
"newPassword": "string"
}