Retrieves a list of up to 100 staff members, given the provided filtering, paging, and sorting.
Search 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 Search methods, see API Query Language and Sorting and Paging.
| Property | Capabilities | Filters |
|---|---|---|
description | Search: ✗ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
email | Search: ✗ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
name | Search: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
phone | Search: ✗ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
resourceId | Search: ✗ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
Search criteria including filter, sort, and paging options.
See the supported filters article for complete filter and sorting options.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.