This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a staff member.
ID of the staff member to retrieve.
Conditional fields to return.
The retrieved staff member.
curl -X GET \
'https://www.wixapis.com/bookings/v1/staff-members/0954bbb2-88cd-445c-9827-44253eb8b039' \
-H 'Authorization: <AUTH>'
{
"staffMember": {
"id": "0954bbb2-88cd-445c-9827-44253eb8b039",
"name": "Some other name",
"resourceId": "136d9d9a-97ab-49fa-a0cf-ec24f500bd98",
"default": false,
"revision": "3",
"createdDate": "2024-08-28T13:22:32.784Z",
"updatedDate": "2024-08-28T14:16:11.948Z"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.