Microsoft Graph · Schema

employeeOrgData

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
costCenter string The cost center associated with the user. Returned only on $select. Supports $filter.
division string The name of the division in which the user works. Returned only on $select. Supports $filter.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphemployeeorgdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.employeeOrgData",
  "title": "employeeOrgData",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "costCenter": {
      "type": "string",
      "description": "The cost center associated with the user. Returned only on $select. Supports $filter.",
      "nullable": true
    },
    "division": {
      "type": "string",
      "description": "The name of the division in which the user works. Returned only on $select. Supports $filter.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}