Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Resetting a password

Resetting a password

You can reset a password if it has expired or if you forgot your password. To reset a password, you must include the security answer in the request.

POST request

To reset your password, include the security answer in the request. Use the following URI:
/public/core/v3/Users/ResetPassword
Include the following information in the request:
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 example

To reset your password, you might send a request similar to the following example:
POST <baseApiUrl>/public/core/v3/Users/ResetPassword Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "userId" : "5N9JGth6pRYfOGjGKv3Q2D", "securityAnswer" : "Simba", "newPassword" : "<password>" }
A successful request will not return a response. An unsuccessful request will return an error.

0 COMMENTS

We’d like to hear from you!