/v1/spotMembersAsk AIget https://openapi.meltingspot.io/v1/spotMembersList Spot membersQuery 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 stringstatus[in]array of stringsThe status of spot member to include in the resultstatus[in]ADD stringinvitationDate[before]integerSpot members where invitation date is before a specific date (Unix timestamp format)invitationDate[after]integerSpot members where invitation date is after a specific date (Unix timestamp format)registrationDate[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 200Spot members returned successfully 400Malformed payloadUpdated almost 2 years ago