array SystemInsightsListServicesResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-services"
  }
}
array SystemInsightsListShadowDataResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-shadow"
  }
}
array SystemInsightsListSharedFoldersResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-shared-folders"
  }
}
array SystemInsightsListSharedResourcesResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-shared-resources"
  }
}
array SystemInsightsListSharingPreferencesResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-sharing-preferences"
  }
}
array SystemInsightsListStartupItemsResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-startup-items"
  }
}
array SystemInsightsListSystemControlsResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-system-controls"
  }
}
array SystemInsightsListUptimeResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-uptime"
  }
}
array SystemInsightsListUsbDevicesResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-usb-devices"
  }
}
string SystemInsightsListUserAssist400Response
{
  "type": "string"
}
array SystemInsightsListUserAssistResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-userassist"
  }
}
array SystemInsightsListUserSshKeysResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-user-ssh-keys"
  }
}
array SystemInsightsListUsersResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-users"
  }
}
array SystemInsightsListWifiNetworksResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-wifi-networks"
  }
}
array SystemInsightsListWifiStatusResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-wifi-status"
  }
}
string SystemInsightsListWindowsSecurityCenter400Response
{
  "type": "string"
}
array SystemInsightsListWindowsSecurityCenterResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-windows-security-center"
  }
}
array SystemInsightsListWindowsSecurityProductsResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/system-insights-windows-security-products"
  }
}
array SystemsListSoftwareAppsWithStatusesResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/software-app-with-status"
  }
}
object SystemsOrgSettingsSetDefaultPasswordSyncSettings204Response
{
  "type": "object",
  "example": {},
  "properties": {}
}
object SystemsOrgSettingsSetDefaultPasswordSyncSettingsResponse
{
  "type": "object",
  "properties": {}
}
object SystemsOrgSettingsSetSignInWithJumpCloudSettings204Response
{
  "type": "object",
  "example": {},
  "properties": {}
}
object SystemsOrgSettingsSetSignInWithJumpCloudSettingsResponse
{
  "type": "object",
  "properties": {}
}
object TicketingIntegrationAlert
{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}
object TicketingIntegrationAlertsResp
{
  "type": "object",
  "required": [
    "records"
  ],
  "properties": {
    "records": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TicketingIntegrationAlert"
      }
    }
  }
}
array TranslationRulesGSuiteListResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/GSuiteTranslationRule"
  }
}
array TranslationRulesOffice365ListResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Office365TranslationRule"
  }
}
object User
{
  "type": "object",
  "title": "User",
  "properties": {
    "email": {
      "type": "string",
      "maxLength": 1024
    },
    "company": {
      "type": "string",
      "maxLength": 1024
    },
    "jobTitle": {
      "type": "string",
      "maxLength": 1024
    },
    "lastname": {
      "type": "string",
      "maxLength": 1024
    },
    "location": {
      "type": "string",
      "maxLength": 1024
    },
    "addresses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Address"
      }
    },
    "firstname": {
      "type": "string",
      "maxLength": 1024
    },
    "costCenter": {
      "type": "string",
      "maxLength": 1024
    },
    "department": {
      "type": "string",
      "maxLength": 1024
    },
    "employeeType": {
      "type": "string",
      "maxLength": 1024
    },
    "phoneNumbers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PhoneNumber"
      }
    },
    "alternateEmail": {
      "type": "string"
    },
    "employeeIdentifier": {
      "type": "string",
      "maxLength": 256,
      "description": "Must be unique per user."
    }
  }
}
object UserGroup
{
  "type": "object",
  "title": "UserGroup",
  "properties": {
    "id": {
      "type": "string",
      "description": "ObjectId uniquely identifying a User Group."
    },
    "name": {
      "type": "string",
      "description": "Display name of a User Group."
    },
    "type": {
      "enum": [
        "user_group"
      ],
      "type": "string",
      "description": "The type of the group."
    },
    "email": {
      "type": "string",
      "description": "Email address of a User Group"
    },
    "attributes": {
      "$ref": "#/components/schemas/GroupAttributes-UserGroup"
    },
    "description": {
      "type": "string",
      "description": "Description of a User Group"
    },
    "memberQuery": {
      "$ref": "#/components/schemas/MemberQuery"
    },
    "membershipMethod": {
      "$ref": "#/components/schemas/GroupMembershipMethodType"
    },
    "suggestionCounts": {
      "$ref": "#/components/schemas/SuggestionCounts"
    },
    "memberQueryExemptions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GraphObject"
      },
      "description": "Array of GraphObjects exempted from the query"
    },
    "memberSuggestionsNotify": {
      "type": "boolean",
      "description": "True if notification emails are to be sent for membership suggestions."
    }
  }
}
object UserGroupPost
{
  "type": "object",
  "title": "UserGroupPost",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name of a User Group."
    },
    "email": {
      "type": "string",
      "description": "Email address of a User Group"
    },
    "attributes": {
      "$ref": "#/components/schemas/GroupAttributes-UserGroup"
    },
    "description": {
      "type": "string",
      "description": "Description of a User Group"
    },
    "memberQuery": {
      "$ref": "#/components/schemas/MemberQuery"
    },
    "membershipMethod": {
      "$ref": "#/components/schemas/GroupMembershipMethodType"
    },
    "memberQueryExemptions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GraphObject"
      },
      "description": "Array of GraphObjects exempted from the query"
    },
    "memberSuggestionsNotify": {
      "type": "boolean",
      "description": "True if notification emails are to be sent for membership suggestions."
    }
  }
}
object UserGroupPut
{
  "type": "object",
  "title": "UserGroupPut",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name of a User Group."
    },
    "email": {
      "type": "string",
      "description": "Email address of a User Group"
    },
    "attributes": {
      "$ref": "#/components/schemas/GroupAttributes-UserGroup"
    },
    "description": {
      "type": "string",
      "description": "Description of a User Group"
    },
    "memberQuery": {
      "$ref": "#/components/schemas/MemberQuery"
    },
    "membershipMethod": {
      "$ref": "#/components/schemas/GroupMembershipMethodType"
    },
    "memberQueryExemptions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GraphObject"
      },
      "description": "Array of GraphObjects exempted from the query"
    },
    "memberSuggestionsNotify": {
      "type": "boolean",
      "description": "True if notification emails are to be sent for membership suggestions."
    }
  }
}
object UserGroupsApplySuggestionsRequest
{
  "type": "object",
  "properties": {
    "user_ids": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "x-examples": {
    "example-1": {
      "user_ids": [
        "212345678901234567890123",
        "123456789012345678901234"
      ]
    }
  }
}
object UserGroupsApplySuggestionsResponse
{
  "type": "object",
  "example": {},
  "properties": {}
}
array UserGroupsGetSuggestionsResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/MemberSuggestion"
  }
}
array UserGroupsListAllResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/UserGroup"
  }
}
array WorkdaysImportresultsResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/job-workresult"
  }
}
array WorkdaysListResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/workday-output"
  }
}
array WorkdaysWorkersResponse
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/workday-worker"
  }
}
object active-directory
{
  "type": "object",
  "title": "Active Directory",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true,
      "description": "ObjectID of this Active Directory instance."
    },
    "domain": {
      "type": "string",
      "description": "Domain name for this Active Directory instance."
    },
    "useCase": {
      "enum": [
        "UNSET",
        "TWOWAYSYNC",
        "JCASAUTHORITY",
        "ADASAUTHORITY"
      ],
      "type": "string"
    },
    "primaryAgent": {
      "type": "string",
      "readOnly": true,
      "description": "ObjectID of the primary agent of domain."
    }
  }
}
object active-directory-agent
{
  "type": "object",
  "title": "Active Directory Agent",
  "properties": {
    "agentType": {
      "enum": [
        "SYNC",
        "IMPORT"
      ],
      "type": "string"
    }
  }
}
object active-directory-agent-get
{
  "type": "object",
  "title": "Active Directory Agent Get",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "ObjectID of this Active Directory Agent."
    },
    "state": {
      "enum": [
        "unsealed",
        "active",
        "inactive"
      ],
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "contactAt": {
      "type": "string"
    },
    "source_ip": {
      "type": "string"
    },
    "connectKey": {
      "type": "string",
      "description": "The connect key to use when installing the Agent on a Domain Controller."
    }
  }
}
object active-directory-agent-list
{
  "type": "object",
  "title": "Active Directory Agent List",
  "properties": {
    "id": {
      "type": "string",
      "description": "ObjectID of this Active Directory Agent."
    },
    "state": {
      "enum": [
        "unsealed",
        "active",
        "inactive"
      ],
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "contactAt": {
      "type": "string"
    },
    "source_ip": {
      "type": "string"
    }
  }
}
object apple-mdm-device
{
  "type": "object",
  "title": "Apple MDM Device",
  "x-tags": [
    "Apple MDM"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "udid": {
      "type": "string"
    },
    "enrolled": {
      "type": "boolean"
    },
    "createdAt": {
      "type": "string"
    },
    "osVersion": {
      "type": "string"
    },
    "securityInfo": {
      "$ref": "#/components/schemas/apple-mdm-device-security-info"
    },
    "serialNumber": {
      "type": "string"
    },
    "depRegistered": {
      "type": "boolean"
    },
    "deviceInformation": {
      "$ref": "#/components/schemas/apple-mdm-device-info"
    },
    "hasActivationLockBypassCodes": {
      "type": "boolean"
    }
  }
}
object apple-mdm-device-info
{
  "type": "object",
  "title": "Apple MDM Device Info",
  "x-tags": [
    "Apple MDM"
  ],
  "properties": {
    "imei": {
      "type": "string"
    },
    "iccid": {
      "type": "string"
    },
    "wifiMac": {
      "type": "string"
    },
    "modelName": {
      "type": "string"
    },
    "deviceName": {
      "type": "string"
    },
    "secondImei": {
      "type": "string"
    },
    "secondIccid": {
      "type": "string"
    },
    "isSupervised": {
      "type": "boolean"
    },
    "deviceCapacity": {
      "type": "number"
    },
    "availableDeviceCapacity": {
      "type": "number"
    },
    "subscriberCarrierNetwork": {
      "type": "string"
    },
    "secondSubscriberCarrierNetwork": {
      "type": "string"
    },
    "activationLockAllowedWhileSupervised": {
      "type": "boolean"
    }
  },
  "description": "Apple MDM device information"
}
object apple-mdm-device-security-info
{
  "type": "object",
  "title": "Apple MDM Device Security Info",
  "x-tags": [
    "Apple MDM"
  ],
  "properties": {
    "enrolledViaDep": {
      "type": "boolean"
    },
    "passcodePresent": {
      "type": "boolean"
    },
    "isUserEnrollment": {
      "type": "boolean"
    },
    "userApprovedEnrollment": {
      "type": "boolean"
    },
    "isActivationLockManageable": {
      "type": "boolean"
    }
  },
  "description": "Apple MDM device security information"
}
object apple-mdm-patch
{
  "type": "object",
  "title": "Apple MDM Patch",
  "properties": {
    "dep": {
      "$ref": "#/components/schemas/DEP"
    },
    "ades": {
      "$ref": "#/components/schemas/ADES"
    },
    "name": {
      "type": "string",
      "maxLength": 255,
      "description": "A new name for the Apple MDM configuration."
    },
    "appleSignedCert": {
      "type": "string",
      "description": "A signed certificate obtained from Apple after providing Apple with the plist file provided on POST."
    },
    "defaultSystemGroupID": {
      "type": "string",
      "description": "ObjectId uniquely identifying the MDM default System Group."
    },
    "appleCertCreatorAppleID": {
      "type": "string",
      "description": "The Apple ID of the admin who created the Apple signed certificate."
    },
    "encryptedDepServerToken": {
      "type": "string",
      "description": "The S/MIME encoded DEP Server Token returned by Apple Business Manager when creating an MDM instance."
    },
    "allowMobileUserEnrollment": {
      "type": "boolean",
      "description": "A toggle to allow mobile device enrollment for an organization."
    },
    "defaultIosUserEnrollmentDeviceGroupID": {
      "type": "string",
      "description": "ObjectId uniquely identifying the MDM default iOS user enrollment device group."
    }
  }
}
string apple-mdm-public-key-cert
{
  "type": "string",
  "title": "Apple MDM Public Key Certificate"
}
string apple-mdm-signed-csr-plist
{
  "type": "string",
  "title": "Apple MDM Signed CSR PList"
}
object auth-info
{
  "type": "object",
  "title": "Auth Info",
  "properties": {
    "expiry": {
      "type": "string"
    },
    "isValid": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    }
  }
}
object auth-input
{
  "type": "object",
  "title": "Auth Input",
  "properties": {
    "basic": {
      "type": "object",
      "properties": {
        "password": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      }
    },
    "oauth": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        }
      }
    }
  }
}
Load more schemas