POST

Search Staff Members V 2


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of staff members that match the provided search terms, given the provided sorting and paging.

Returns all matching staff members, including both service providers and staff members who don't provide services. To retrieve only service providers, filter by serviceProvider.

Matches the search expression against the staff member's name.

Defaults

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

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

See also

For the fields you can filter and sort by, see Filtering and Sorting.

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

Permissions
Manage_Wix_Rentals_App_Forms_submissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/bookings/staff/v2/staff-members/search

Errors

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

Did this help?