Mindbody · Schema

GetStaffPermissionsResponse

Implementation of the 'GetStaffPermissionsResponse' model.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Properties

Name Type Description
UserGroup object Contains information about the requested staff member’s permission group.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-staff-permissions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-get-staff-permissions-response-schema.json",
  "title": "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."
    }
  }
}