createStaffMember( )


Creates a staff member.

By default, the staff member works during the business working hours. You could follow this sample flow (SDK | REST) to set custom working hours.

Method Declaration
Copy
Method Parameters
staffMemberStaffMemberRequired

Staff member to create.


optionsCreateStaffMemberOptions

Options for creating the staff member.

Returns
Return Type:Promise<StaffMember>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?