Mindbody · JSON Structure

Public Api V6 Get Staff Permissions Response Structure

Implementation of the 'GetStaffPermissionsResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetStaffPermissionsResponse is a JSON Structure definition published by Mindbody, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UserGroup

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-staff-permissions-response-structure.json",
  "name": "GetStaffPermissionsResponse",
  "description": "Implementation of the 'GetStaffPermissionsResponse' model.",
  "type": "object",
  "properties": {
    "UserGroup": {
      "$ref": "#/components/schemas/StaffPermissionGroup",
      "description": "Contains information about the requested staff member\u2019s permission group."
    }
  }
}