# List Channel members **GET /v1/channels/{channelId}/spotMembers** List Channel members ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **channelId** (string) The id of the channel ### Query parameters - **page** (integer | null) The page number in a paginated set of results - **limit** (integer | null) The limit of results to be returned per page - **email[in]** (array[string]) The emails of spot member to include in the result - **firstname[in]** (array[string]) The firstnames of spot member to include in the result - **lastname[in]** (array[string]) The lastnames of spot member to include in the result - **role[in]** (array[string]) The roles of spot member to include in the result - **registrationDate[before]** (integer) Spot members where registration date is before a specific date (Unix timestamp format) - **registrationDate[after]** (integer) Spot members where registration date is after a specific date (Unix timestamp format) ## Responses ### 200 Channel members returned successfully #### Body: application/json (object) - **items** (array[object]) The items found - **total** (integer) The total number of items found ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)