POST

Query Members


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.

FieldSupported FiltersSort
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
profile.nickname$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
profile.slug$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
contactId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
contact.firstName$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
contact.lastName$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
privacyStatus$eq, $ne, $exists, $in, $anySort: ✗
loginEmail$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
Permissions
Read Members
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/members/v1/members/query

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?