Forum Discussion
If you're handy with the REST API, there's actually a call that should be able to help you with this. There's a "participants/recent" method on the MessageDiscussion class. So your REST API call might look something like:
/restapi/vc/threads/id/45/participants/recent
You'd still have to iterate through the response to get the list of users in a format you wanted, but that could be done pretty easily with an endpoint. Here's some more information on endpoints in case you're not familiar with them:
I hope this helps!
*edit*: Looks like this was moved to the Developer forum, so I removed my comment about heading over to the Developer forum for any questions on endpoints.
AdamN wrote:If you're handy with the REST API, there's actually a call that should be able to help you with this. There's a "participants/recent" method on the MessageDiscussion class. So your REST API call might look something like:
/restapi/vc/threads/id/45/participants/recent
You'd still have to iterate through the response to get the list of users in a format you wanted, but that could be done pretty easily with an endpoint. Here's some more information on endpoints in case you're not familiar with them:
If you have more questions about building an endpoint like this, I'd suggest heading over to the Developer Discussion Forum.
I hope this helps!
Thanks Adam,
I'll definitely need to educate myself on that technique, but I'll give it a shot.
Open to other suggestions as well, but thanks again, Adam!
Related Content
- 9 years ago
- 7 years ago