Where are details stored of which community user is following which initiative?

563
2
Jump to solution
09-04-2018 02:17 PM
CharlieColey
New Contributor

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

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

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. 

View solution in original post

0 Kudos
2 Replies
by Anonymous User
Not applicable

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. 

0 Kudos
CharlieColey
New Contributor

Hi Graham

Thanks for the info, got this working now with rest API

Charlie

0 Kudos