Forum Discussion
christopher_gillis
8 years agoNew Member
Hi Klaus,
The simplest AML to accomplish this would look something like below if you already know the ID of the Group Identity and the member Identity.
Christopher Gillis Aras Labs Software Engineer
<AML>
<Item type="Member" action="add">
<source_id>@1</source_id>
<related_id>@2</related_id>
</Item>
</AML>
Chris
Christopher Gillis Aras Labs Software Engineer