You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have encountered a problem while using the groups_create_remote method in the ConnectAPI R package to create groups. The issue arises when the method detects two groups with similar prefixes, where one group's name is the prefix of the other. Due to this, we are unable to create the groups using the provided API.
For example, consider the made-up group names ABE and ABE-TEST. When we create the group using the groups_create_remote method for ABE the method fails as ABE is also the prefix of the ABE-TEST group.
Previously, the same problem have been flagged in the users_create_remote method which have been solved in: #135