Skip to main content
Solved

Can Groups Joined be added to the API

  • May 20, 2021
  • 5 replies
  • 102 views

We would like to be able grab all the groups that a user has joined from the API.  Is this available?  We would also like to see an event in the API that is triggered when a user joins a group so that we can add them to a list in our CRM.

Best answer by Marion Frecaut

I'm happy to say that we added some events related to groups to our API documentation. We added the following:

  • group.MemberJoined (when a user joins a specific group)
  • group.MemberRequest (when a user joins a specific group)
  • group.MemberLeft (when a user leaves a specific group)

You can find our API documentation here:

@rcochran can you let me know if those events are enough to address your use case

5 replies

adam.ballhaussen
Forum|alt.badge.img+1
'

The API doesn''t offer to grab all the groups that a user has joined, but here are a few posts/ideas seemingly related that might help you out!

 

 

 

 

'

  • Helper ⭐️⭐️⭐️
  • May 21, 2021

Hello @rcochran !

Unfortunately at this stage the API doesn't offer to grab all the groups that a user has joined. I would say the best would be to create an idea about it. 

About your second point, as @adam.ballhaussen shared we have an idea related to this and are planning to very shortly add an endpoint in the API so you can trigger events when a user joins a private group. I will keep you informed once it will be done. Should be very soon, 


DannyPancratz
Forum|alt.badge.img+9
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • May 21, 2021

I added this idea here. Please vote for it if you also see value.  

 


  • Helper ⭐️⭐️⭐️
  • Answer
  • May 25, 2021

I'm happy to say that we added some events related to groups to our API documentation. We added the following:

  • group.MemberJoined (when a user joins a specific group)
  • group.MemberRequest (when a user joins a specific group)
  • group.MemberLeft (when a user leaves a specific group)

You can find our API documentation here:

@rcochran can you let me know if those events are enough to address your use case


adam.ballhaussen
Forum|alt.badge.img+1

This is great @Marion Frecaut! Any chance we could also get these as triggers in Zapier?