/v1/channels/{channelId}/spotMembersAsk AIget https://openapi.meltingspot.io/v1/channels/{channelId}/spotMembersList Channel membersPath ParamschannelIdstringrequiredThe id of the channelQuery Paramspageinteger | nullThe page number in a paginated set of resultslimitinteger | nullThe limit of results to be returned per pageemail[in]array of stringsThe emails of spot member to include in the resultemail[in]ADD stringfirstname[in]array of stringsThe firstnames of spot member to include in the resultfirstname[in]ADD stringlastname[in]array of stringsThe lastnames of spot member to include in the resultlastname[in]ADD stringrole[in]array of stringsThe roles of spot member to include in the resultrole[in]ADD stringregistrationDate[before]integerSpot members where registration date is before a specific date (Unix timestamp format)registrationDate[after]integerSpot members where registration date is after a specific date (Unix timestamp format)Responses 200Channel members returned successfully 400Malformed payloadUpdated almost 2 years ago