BookingStaffMembers
Information about the staff members of a business.
Columns
| Name | Type | ReadOnly | References | Description |
| availabilityIsAffectedByPersonalCalendar | Int | False |
Indicates if the availability of the user is affected by their personal calendar. | |
| createdDateTime | Datetime | False |
The date and time when the entity was created. | |
| displayName | String | False |
The display name of the entity or user. | |
| emailAddress | String | False |
The email address associated with the entity or user. | |
| isEmailNotificationEnabled | Int | False |
Indicates if email notifications are enabled for this entity. | |
| lastUpdatedDateTime | Datetime | False |
The date and time when the entity was last updated. | |
| membershipStatus | String | False |
The current membership status of the user or entity (e.g., active, inactive). | |
| role | String | False |
The role or position of the user within the system or organization (e.g., admin, user). | |
| timeZone | String | False |
The time zone of the entity or user. | |
| useBusinessHours | Int | False |
Indicates if the business hours setting is used for scheduling. | |
| workingHours | String | False |
The working hours of the entity or user, usually in a daily or weekly format. | |
| bookingbusinessid | String | False |
The identifier associated with the booking business. | |
| Id [KEY] | String | False |
A unique identifier for the entity. | |
| BookingBusinessId | String | False |
The unique identifier for the booking business. |