Discussions
Change Membership Group
over 2 years ago by [email protected]
How should one go about changing a member's membership group? Particularly in cloud. Because in cloud we just add the group, we'd assumed we would just do the same, just add the group to the member.
We'd post the following simple example -
{
"GroupMemberId": "MT-M:12345",
"Group": {
"GroupId": "MT-M"
},
"Party": {
"PartyId": "12345"
},
"IsActive": true
}
To the following URL -
https://{{URL}}/api/GroupMember
However we get a 501 - Not Implemented error with the response "OperationNotAvailable"
Adding a committee seems to work no worries using an approach similar to above. Is there something different we need to do for membership groups?