Role Security Group Members REST Endpoints

Role Security Groups/Role Security Group Members
The role security group members resource is used to view, create, or modify the memberships of role security groups.
Create a security role group member
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedRoleSecurityGroups/{GroupId}/child/hedRoleGroupMembers
Delete a security role group member
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedRoleSecurityGroups/{GroupId}/child/hedRoleGroupMembers/{GroupMemberId}
Get a security role group member
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedRoleSecurityGroups/{GroupId}/child/hedRoleGroupMembers/{GroupMemberId}
Get all security role group members
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedRoleSecurityGroups/{GroupId}/child/hedRoleGroupMembers
Update a security role group member
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedRoleSecurityGroups/{GroupId}/child/hedRoleGroupMembers/{GroupMemberId}