{
"$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"
}
}
}