Group Channels are returned empty

Hi,
I have created the user and joined the group channel, but when I am trying to get my group channel then the response returned is empty channels.

here is the API endpoint: https://api-{my_app_id}.sendbird.com/v3/users/Jacob/my_group_channels
response:
{
“channels”: [ ],
“next”: “”
}
Please help

This is a pretty common question and usually is an easy fix. By default the show_empty parameter is false when listing channels. That means if you haven’t sent any messages within the channel those channels will not be returned. Try setting that to true and see if it does the trick.

If that isn’t the issue and you are still having trouble, please provide the body of your request and App Id and I can investigate further.

2 Likes

Thanks, it’s working

2 Likes