Hi
I have several initiatives, when a community user follows one I want to automatically (via scheduled python task) add them to a group which will then enable them to access an application in the hub site to edit some data etc). I've looked in the group for the initiative and the hub admin group but no content like a table that might store this information\or an initiative group that might have the community users added? When user registers to an event, they get added to a group for that event
Thankyou
Charlie
Solved! Go to Solution.
When a user follows an initiative the user is tagged with the initiative (user tags). You could key your python script off a platform search for this tag.
When a user follows an initiative the user is tagged with the initiative (user tags). You could key your python script off a platform search for this tag.
Hi Graham
Thanks for the info, got this working now with rest API
Charlie