Getting users following a user

Hey there!
I’m struggling to find a solution how to obtain a list of ConfluenceUsers following a given user, or finding users a given user is following.
I’m using the Confluence SDK 6.6.0.
I found the NotificationManager to check if a user follows a Space, Page or other Content, but I don’t know how to find connections between users.

Can anyone point me to the right direction on this?
Thanks in advance for any hints!

Hello @cwittenb, check out NetworkService if it fits your use case.

Cheers,
Ian

Exactly what I needed, thanks a lot!

1 Like