StaffPermissionGroup is a JSON Structure definition published by Mindbody, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-staff-permission-group-structure.json",
"name": "StaffPermissionGroup",
"description": "Implementation of the 'StaffPermissionGroup' model.",
"type": "object",
"properties": {
"PermissionGroupName": {
"type": "string",
"description": "The name of the permission group.",
"example": "example-value"
},
"IpRestricted": {
"type": "boolean",
"description": "When `true`, the staff member\u2019s permissions are restricted to specific IP addresses.<br /> When `false`, the staff member\u2019s permissions are not restricted to specific IP addresses.",
"example": true
},
"AllowedPermissions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AllowedPermissionEnum"
},
"description": "A list of the permissions allowed to the staff member. See [Permission Values](https://developers.mindbodyonline.com/PublicDocumentation/V 6#epermission-values) for descriptions of the possible permissions.",
"example": [
{}
]
},
"DeniedPermissions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DeniedPermissionEnum"
},
"description": "A list of the permissions that the staff member is not allowed to exercise. See [Permission Values](https://developers.mindbodyonline.com/PublicDocumentation/V 6#epermission-values) for descriptions of the possible permissions.",
"example": [
{}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.