Skip to main content
August 2, 2023

Save Security Group into another Security group using Business Rule

  • August 2, 2023
  • 1 reply
  • 0 views

Is it possible to use a Business Rule to save one Security group under another security group? If so, can you share an example of how this would be done?

1 reply

August 10, 2023

Retrieve the child group info with BRApi.Security.Admin.GetGroupInfoEx, retrieve the guids of parent groups with the .ParentGroups property, modify the list and save it back with BRApi.Security.Admin.SaveGroup.

Good Luck!