Using a Twilio user identity, which API(s) can I call to retrieve the list of private channels this user is member of?
Asked
Active
Viewed 552 times
0
-
1Is this via the JavaScript SDK on the client side or the REST API? What have you tried so far? Can you share the code you have to this point? – philnash May 16 '18 at 22:10
1 Answers
0
philnash comment rang a bell, so we found this:
https://www.twilio.com/docs/chat/api/user-channels
GET /Services/{Instance SID}/Users/{User SID}/Channels

Jean-Pierre Fortin
- 342
- 4
- 13