Privileges REST Endpoints
Shared Services/Privileges
The privileges resource is used to capture all data security privileges. The data security privileges can be of these types: standard, custom, redaction, and column authorization.
- Create a data security privilege
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPrivileges - Delete a data security privilege
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPrivileges/{publicSectorPrivilegesUniqID} - Get a data security privilege
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPrivileges/{publicSectorPrivilegesUniqID} - Get all data security privileges
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPrivileges - Update a data security privilege
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPrivileges/{publicSectorPrivilegesUniqID}