- Subcategories:
- Page Permission Role Group Assignments
Page Access Role Group Assignments REST Endpoints
Page Access Role Group Assignments
Page access role group assignments define which application pages a role group can access. When you assign access to a role group, all roles within that group automatically receive it.
- Create a role group page assignment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments - Delete a role group page assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId} - Get a role group page assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId} - Get all role group page assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments - Update a role group page assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId}