View number of channels by join status
GET {{baseUrl}}/v3/users/:user_id/group_channel_count
View number of channels by join status
Retrieves the number of a user's group channels by their join status.
https://sendbird.com/docs/chat/v3/platform-api/guides/user#2-view-number-of-channels-by-join-status
user_id
Type: string
Description: Specifies the unique ID of the user to retrieve the number.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
state | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"group_channel_count":"\u003cnumber\u003e"}