These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Change Membership Group

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?