Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. What's New in Informatica Intelligent Cloud Services
  3. API Center
  4. Administrator
  5. Application Integration
  6. Business 360 Console
  7. Cloud Data Integration for PowerCenter (CDI-PC)
  8. Data Access Management
  9. Data Governance and Catalog
  10. Data Ingestion and Replication
  11. Data Integration
  12. Data Integration Connectors
  13. Data Quality
  14. Data Validation
  15. MDM - Customer 360 SaaS
  16. MDM - Product 360 SaaS
  17. MDM - Reference 360
  18. MDM - Supplier 360 SaaS
  19. Multidomain MDM SaaS
  20. Monitor

What's New

What's New

Modify permissions for the existing process

Modify permissions for the existing process

If you don't have the
MDMProcessMasterData
process in your organization, you can start by importing the process to reprocess master data. For more information about importing the process to reprocess master data, see
Import the process to reprocess master data
.
If you have the
MDMProcessMasterData
process from the July 2024 release, you need to get the latest process file that supports processing active and deleted records. Before you get the latest file, remove the read-only access to the process so that you can overwrite the existing file with the latest file.
To set the update permissions, use the UpdateACL API and submit a POST request.
To submit a POST request, use the following URI with the session ID of the administrator who manages the organization:
<baseApiUrl>/frs/v1/UpdateACL
When you submit a POST request to set the update permissions, you require the
artifactId
of the process. To get the
artifactId
of the process, see
Get the artifact ID of the process
.

Sample Request

Use the following POST request to set the update permissions of the
MDMProcessMasterData
process:
POST https://use4-mdm.dm-us.informaticacloud.com/frs/v1/UpdateACL IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX Content-Type: application/json { "artifactId": "9TvdYgWHVOrhUHnMLMCc0z", "aces": [ { "operation": "CREATE_ACE", "permission": { "changePermission": true, "read": true, "update": true, "delete": true, "execute": true }, "idsInfo": { "id": "User ID", "type": "USER" } } ] }

Sample Response

After the POST request to modify the permissions of the
MDMProcessMasterData
process, you get the following response:
{ "@odata.context": "$metadata#BaseEntities", "value": [ { "guid": "FRS_ID", "code": "FRS_200", "message": "Successfully Updated ACLs" } ] }

0 COMMENTS

We’d like to hear from you!