What's New in IDMC
- What's New in IDMC
- All Products
<baseApiUrl>/frs/v1/UpdateACL
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": false, "delete": false, "execute": true }, "idsInfo": { "id": "Organization ID", "type": "ORG" } } ] }
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" } } ] }
{ "@odata.context": "$metadata#BaseEntities", "value": [ { "guid": "FRS_ID", "code": "FRS_200", "message": "Successfully Updated ACLs" } ] }