Mindbody · JSON Structure

Public Api V6 Update Staff Permissions Request Structure

Implementation of the 'UpdateStaffPermissionsRequest' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

StaffId PermissionGroupName

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-update-staff-permissions-request-structure.json",
  "name": "UpdateStaffPermissionsRequest",
  "description": "Implementation of the 'UpdateStaffPermissionsRequest' model.",
  "type": "object",
  "properties": {
    "StaffId": {
      "type": "int32",
      "description": "The ID of the staff member whose permission you want to change. Staff member must have a login.",
      "example": 123456
    },
    "PermissionGroupName": {
      "type": "string",
      "description": "The name of the permission group.",
      "example": "example-value"
    }
  }
}