Group Security Assignments REST Endpoints

User Assignment Groups (Deprecated)/Group Security Assignments
A security assignment group may itself be secured. The administrator who owns the group may add other users as owners, editors, or viewers of the group.
Create a security assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/userAssignmentGroups/{GroupId}/child/securityAssignments
Delete a security assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/userAssignmentGroups/{GroupId}/child/securityAssignments/{Id}
Get a security assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/userAssignmentGroups/{GroupId}/child/securityAssignments/{Id}
Get all security assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/userAssignmentGroups/{GroupId}/child/securityAssignments
Update a security assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/userAssignmentGroups/{GroupId}/child/securityAssignments/{Id}