You can manage passwords using the Informatica Intelligent Cloud Services REST API.
You can perform the following tasks:
•Change your Informatica Intelligent Cloud Services password if your current password has not expired. If you have administrator privileges, you can change other users' passwords.
•Reset a password if it has expired or if you forgot your password.
Changing a password
You can change your Informatica Intelligent Cloud Services password if your current password has not expired. If you have administrator privileges, you can change other users' passwords.
POST request
To change your password, use the following URI:
/public/core/v3/Users/ChangePassword
Include the following information in the request:
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 example
To change your password, you might send a request similar to the following example: