Retrieves a list of up to 100 members, given the specified filters, fieldsets, sorting, and paging.
For field support for filters and sorting, see Members: Supported Filters and Sorting.
To learn about working with Query methods, see API Query Language, Sorting and Paging, and Field Projection.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
profile.nickname | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
profile.slug | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
contactId | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
contact.firstName | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
contact.lastName | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
privacyStatus | $eq, $ne, $exists, $in, $hasSome | None |
loginEmail | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.