I see on Smooch there is a way to retrieve all messages for a given user, using GET /v1/appusers/{smoochId|userId}/messages
but how can I get a list of all users (or, at least, all userIds) who are currently using my app. There doesn't seem to be an endpoint for that in the API. Is this possible?
Asked
Active
Viewed 274 times
2

rmacqueen
- 971
- 2
- 8
- 22
1 Answers
0
Unfortunately, it's not possible at this point. However, you can subscribe to webhooks (listening for the message:appUser
event) and keep track of your users yourself.
See https://docs.smooch.io/rest/#webhooks for the details about webhooks.

Marc-Antoine Lemieux
- 408
- 1
- 3
- 10
-
2I see, thanks. Are there any plans to add this soon? Seems like a pretty common use case. – rmacqueen Apr 03 '17 at 21:58
-
I know it's on the roadmap, but I don't know the priority of it over our other planned features. – Marc-Antoine Lemieux Apr 06 '17 at 13:57
-
1Hey @Marc-AntoineLemieux, I'm also waiting for this feature. Is there a date for this feature yet, also, where can I get the smooch roadmap? – maxuville Sep 07 '17 at 09:35