Administrator
- Administrator
- All Products
/public/core/v3/Users/ResetPassword
Field
| Type
| Required
| Description
|
---|---|---|---|
userId
| String
| Yes
| Informatica Intelligent Cloud Services user ID.
|
securityAnswer
| String
| Yes
| Security answer to the user's security question.
|
newPassword
| String
| Yes
| New password for the user.
|
POST <baseApiUrl>/public/core/v3/Users/ResetPassword Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "userId" : "5N9JGth6pRYfOGjGKv3Q2D", "securityAnswer" : "Simba", "newPassword" : "<password>" }