Post

1 follower Follow
0
Avatar

remove user from group using API

Is there a way to remove a user from a group using the API?  When setting a user's group via API, it "adds" the group to the groups the user is a part of, I want to set the user's group membership (remove them from their current group and add them to the new group).

Ed Dierker Answered

Please sign in to leave a comment.

3 comments

0
Avatar

Hi Ed,

I think this should be achieved by deleting the relevant ProfileLink object.
A ProfileLink has a Container property with the profile and a Member property containing the member user or group.

Hope this helps,

Ophir

Ophir Kenig 0 votes
Comment actions Permalink