Staff Member Object


StaffMember is the main entity of Bookings StaffMembers. used to manage staff providing services

Properties
idstringRead-onlyformat GUID

Staff member's ID.


namestringminLength 1maxLength 40

Staff member's name.


emailstringmaxLength 320format EMAIL

Staff member's email address.


phonestringmaxLength 20format PHONE

Staff member's phone number.


descriptionstringmaxLength 500

Description, for example: "The best masseuse in all of the land".


mainMediaMainMedia

The media of the staff.


resourceIdstringRead-onlyformat GUID

The related calendar resource id, same as resource.id. References a resource from the Resources API


resourceResourceRead-only

The related calendar resource. By default only the resource ID is returned. To get the full resource details, use the RESOURCE_DETAILS conditional field.


associatedWixIdentityAssociatedWixIdentityRead-only

The identity of the Wix user associated with the staff member. Read more about Wix identities here


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the staff member is updated. To prevent conflicting changes, the current revision must be passed when updating the staff member.


createdDatestringRead-onlyformat date-time

Represents the time this staff member was created. In YYYY-MM-DDThh:mm:ss.sssZ format.


updatedDatestringRead-onlyformat date-time

Represents the time this staff member was last updated. In YYYY-MM-DDThh:mm:ss.sssZ format.


extendedFieldsExtendedFields

Extensions enabling users to save custom data related to the staff member.


tagsTags

Tags enabling users to classify staff members.

Did this help?