Retrieves a list of up to 100 staff members, given the provided paging, filtering, and sorting.
Query Staff Members has the following default settings, which you can override:
createdDate in ascending order.cursorPaging.limit set to 100.Refer to the supported filters article for a complete list of supported filters and sorting options.
To learn about working with Query methods, see API Query Language and Sorting and Paging.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
description | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
resourceId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
createdDate | $eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
associatedWixIdentity.identificationData.contactId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
associatedWixIdentity.identificationData.wixUserId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
name | $eq, $ne, $in, $nin, $exists | Sort: ✗ |
email | $eq, $ne, $in, $nin, $exists | Sort: ✗ |
phone | $eq, $ne, $in, $nin, $exists | Sort: ✗ |
resource.locationOptions.specificLocationOptions.businessLocations.locationId | $hasSome, $hasAll | Sort: ✗ |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.