Microsoft Graph · Schema

bookingStaffRole

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphbookingstaffrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.bookingStaffRole",
  "title": "bookingStaffRole",
  "enum": [
    "guest",
    "administrator",
    "viewer",
    "externalGuest",
    "unknownFutureValue",
    "scheduler",
    "teamMember"
  ],
  "type": "string"
}