Mindbody · Example Payload

Public Api V6 Add Staff Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Add Staff Request Example is an example object payload from Mindbody, with 26 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FirstNameLastNameEmailIsMaleHomePhoneWorkPhoneMobilePhoneBioAddressAddress2CityStateCountryPostalCodeClassAssistantClassAssistant2IndependentContractorAppointmentInstructorAlwaysAllowDoubleBookingClassTeacherEmploymentStartEmploymentEndSortOrderProviderIDsNotesEmpID

Example Payload

Raw ↑
{
  "FirstName": "Alex",
  "LastName": "Lane",
  "Email": "kinlane@example.com",
  "IsMale": true,
  "HomePhone": "+15551234567",
  "WorkPhone": "+15551234567",
  "MobilePhone": "+15551234567",
  "Bio": "example-value",
  "Address": "123 Market St",
  "Address2": "123 Market St",
  "City": "San Francisco",
  "State": "CA",
  "Country": "US",
  "PostalCode": "94110",
  "ClassAssistant": true,
  "ClassAssistant2": true,
  "IndependentContractor": true,
  "AppointmentInstructor": true,
  "AlwaysAllowDoubleBooking": true,
  "ClassTeacher": true,
  "EmploymentStart": "2026-05-28T14:30:00Z",
  "EmploymentEnd": "2026-05-28T14:30:00Z",
  "SortOrder": 1,
  "ProviderIDs": [
    "example-value"
  ],
  "Notes": "Example note for Mindbody Public API.",
  "EmpID": "example-value"
}