Back to Microsoft Booking
Connect Knoon AI with Microsoft Booking (Microsoft) to automate AI workflows.
Fetch details for a specific staff member in a booking business.
microsoftBookingGetStaffMember
BETA
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| businessId | file | Booking business. | Yes |
| staffMemberId | mustache | ID of the staff member to retrieve. | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE when staff member is returned. |
| sensitive.staffMemberId | string | Staff member ID. |
| sensitive.displayName | string | Staff display name. |
| sensitive.role | string | Staff role. |
| sensitive.email | string | Staff email address if available. |
| sensitive.timeZone | string | Staff time zone if set. |