POST

Query Staff Members


Retrieves a list of up to 100 staff members, given the provided paging, filtering, and sorting.

Defaults

Query Staff Members has the following default settings, which you can override:

  • Sorted by createdDate in ascending order.
  • cursorPaging.limit set to 100.

Filter

Refer to the supported filters article for a complete list of supported filters and sorting options.

See also

To learn about working with Query methods, see API Query Language and Sorting and Paging.

FieldSupported FiltersSort
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
description$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
resourceId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
createdDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
updatedDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
associatedWixIdentity.identificationData.contactId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
associatedWixIdentity.identificationData.wixUserId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
name$eq, $ne, $in, $nin, $existsSort: ✗
email$eq, $ne, $in, $nin, $existsSort: ✗
phone$eq, $ne, $in, $nin, $existsSort: ✗
resource.locationOptions.specificLocationOptions.businessLocations.locationId$hasSome, $hasAllSort: ✗
Permissions
Wix Multilingual - Nile Wrapper Domain Events Read
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/bookings/v1/staff-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?