DEV Community

Discussion on: Announcing the Twilio Hackathon on DEV

 
h4roldov profile image
Haroldo Vivallo

I'm working with the proglamable chat API, and I need to filter by the channel attributes and user attributes parameters. I've read the docs but there isn't explicit information about it. So what I am doing is getting all the users and all the channels and manually filtering by the attributes (attributes that I defined previously).

Thread Thread
 
philnash profile image
Phil Nash

Oh, ok. No, you can't filter by custom attributes on channels or users through the API itself. So what you are doing is the best thing right now.