Group Identity Member AML

How can I add members to a group identity with AML code using Batch Loader? I appreciate your comments.
Parents
  • Hi Chris, the groups already exist and it could be that the member is already included. Currently when I run the AML the member is always added again. I have tried several variants, like this one, but none worked. <Item type="Member" where="keyed_name='@1'" action="merge"> <keyed_name>@1</keyed_name> <source_id>@1</source_id> <related_id>@2</related_id> </Item> So how to avoid that the member is added more times? I appreciate your comments.
Reply
  • Hi Chris, the groups already exist and it could be that the member is already included. Currently when I run the AML the member is always added again. I have tried several variants, like this one, but none worked. <Item type="Member" where="keyed_name='@1'" action="merge"> <keyed_name>@1</keyed_name> <source_id>@1</source_id> <related_id>@2</related_id> </Item> So how to avoid that the member is added more times? I appreciate your comments.
Children
No Data