Hello,
When a user account is created, we would like for that user to be added to a group whose name is based on a certain naming convention. If the group doesn't yet exist, it would need to be created.
The group naming convention is UAC-VEN-%l%
So for example, if inputting "Tokyo" in the city field of the user creation form, it will add the user to the UAC-VEN-Tokyo group. If that group doesn't exist, it will first create the group and then add the user.