How would I automatically add every new user into a particular group? (Confluence 5.3.x)
In 3.5 I could add an authenticator (https://confluence.atlassian.com/display/CONF34/Automatically+Add+LDAP+users+to+the+confluence-users+Group)
Not this is not to add to confluence-users, but rather a different group.
Thanks,
M.
Hi Martin,
You could use the Confluence CLI:
https://marketplace.atlassian.com/plugins/org.swift.confluence.cli
There is a method you can call to addusertogroup:
https://bobswift.atlassian.net/wiki/display/CSOAP/Documentation#Documentation-addUserToGroup
You'd need a way to trigger this job to run when a user logs in for the first time. This most likely would take a trigger on the database, possibly on the logininfo table. Any time a user logs in for the first time it should be recorded there.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.