Data Privileges REST Endpoints

Data Security Profile Role Group Assignments/Data Conditions/Data Privileges
The data privileges resource is used to create, view, and modify the data security privileges for a data condition.
Create a data privilege grant
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges
Delete a data privilege grant
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId}
Get a data privilege grant
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId}
Get all data privilege grants
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges
Update a data privilege grant
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId}