Administrator
- Administrator
- All Products
/public/core/v3/Users/ChangePassword
Field
| Type
| Required
| Description
|
---|---|---|---|
newPassword
| String
| Yes
| New password.
|
oldPassword
| String
| Required if you are changing your own password.
| Current password.
|
userId
| String
| Required if an administrator is changing the password for another user.
| Informatica Intelligent Cloud Services user ID.
|
POST <baseApiUrl>/public/core/v3/Users/ChangePassword Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "newPassword" : "<new password>", "oldPassword" : "<old password>" }