Home
Mindbody
Public Api V6 Staff1 Example
Public Api V6 Staff1 Example
Fitness Wellness Beauty Scheduling Booking Point of Sale Studios Salons Spas Webhooks
Public Api V6 Staff1 Example is an example object payload from Mindbody, with 45 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Id FirstName LastName DisplayName Email Bio Address Address2 City State PostalCode ForeignZip Country WorkPhone HomePhone CellPhone Active IsSystem SmodeId AppointmentTrn AlwaysAllowDoubleBooking IndependentContractor ImageUrl IsMale ReservationTrn SortOrder MultiLocationPermission Name ProviderIDs StaffSettings Rep Rep2 Rep3 Rep4 Rep5 Rep6 Assistant Assistant2 EmploymentStart EmploymentEnd EmpID Appointments Unavailabilities Availabilities LoginLocations
Example Payload
{
"Id": 123456,
"FirstName": "Alex",
"LastName": "Lane",
"DisplayName": "example-value",
"Email": "kinlane@example.com",
"Bio": "example-value",
"Address": "123 Market St",
"Address2": "123 Market St",
"City": "San Francisco",
"State": "CA",
"PostalCode": "94110",
"ForeignZip": "example-value",
"Country": "US",
"WorkPhone": "+15551234567",
"HomePhone": "+15551234567",
"CellPhone": "+15551234567",
"Active": true,
"IsSystem": true,
"SmodeId": 123456,
"AppointmentTrn": true,
"AlwaysAllowDoubleBooking": true,
"IndependentContractor": true,
"ImageUrl": "https://example.mindbodyonline.com/resource/abc123",
"IsMale": true,
"ReservationTrn": true,
"SortOrder": 1,
"MultiLocationPermission": true,
"Name": "Sunset Yoga Studio",
"ProviderIDs": [
"example-value"
],
"StaffSettings": {
"UseStaffNicknames": true,
"ShowStaffLastNamesOnSchedules": true
},
"Rep": true,
"Rep2": true,
"Rep3": true,
"Rep4": true,
"Rep5": true,
"Rep6": true,
"Assistant": true,
"Assistant2": true,
"EmploymentStart": "2026-05-28T14:30:00Z",
"EmploymentEnd": "2026-05-28T14:30:00Z",
"EmpID": "example-value",
"Appointments": [
{}
],
"Unavailabilities": [
{}
],
"Availabilities": [
{}
],
"LoginLocations": [
{}
]
}