Change Password
Modify an existing user's own password
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/users/{userUrn}/changePassword
COPY
Path Parameters
string
userUrn
Required
userUrn
string
userUrn
Required
userUrn
Request Body
PasswordChangeRequest of type(s) application/json
Required
{
"currentPassword": "string",
"newPassword": "string"
}
string
currentPassword
Required
Existing password of the user.
string
newPassword
Required
New password to be set. Please specify a password that is different from your current password.
Responses
204
No Content
Operation doesn't return any data structure
Availability
Added in 36.3
On This Page
User Operations
POST
Change Password
POST
Create User
DELETE
Delete User
GET
Get User
GET
Query User Groups
GET
Query Users
POST
Take Ownership
PUT
Update User