Staff Member Object


An individual providing services within Wix Bookings. Only staff members who are also Wix users can manage their working hours in the dashboard.

Properties
idstringRead-onlyformat GUID

Staff member ID.


namestringminLength 1maxLength 40

Staff member name.


emailstringmaxLength 320format EMAIL

Staff member's email address.


phonestringmaxLength 20format PHONE

Staff member's phone number.


descriptionstringmaxLength 500

Description for the staff member. For example, Experienced nail technician specialized in gel and acrylic nails.


mainMediaMainMedia

Staff media.


resourceIdstringRead-onlyformat GUID

Staff member's resource ID (SDK | REST), identical to resource.id.


resourceResourceRead-only

Details about the resource object (SDK | REST) associated with the staff member. Available only if you specify RESOURCE_DETAILS in the fields array.


associatedWixIdentityAssociatedWixIdentityRead-only

Identity of the Wix user associated with the staff member. Learn more about identities (SDK | REST).


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

Time the staff member was created in YYYY-MM-DDThh:mm:ss.sssZ format.


updatedDatestringRead-onlyformat date-time

Time the 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 allowing you to classify staff members. Learn more about tags (SDK | REST).

Did this help?