Skip to content

Latest commit

 

History

History
77 lines (64 loc) · 2.13 KB

File metadata and controls

77 lines (64 loc) · 2.13 KB
title positionDetail resource type
description positionDetail resource type
ms.localizationpriority medium
author kevinbellinger
ms.subservice people
doc_type resourcePageType
ms.date 08/20/2024

positionDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents information about positions related to entities within a user's profile.

Properties

Property Type Description
company companyDetail Information about the company or employer.
description String A description for the position in question.
employeeId String The identifier assigned to the employee.
employeeType String The type of employment for the position.
endMonthYear Date The date when the position ended.
jobTitle String The title of the position.
layer Int32 The place where the employee is within the organizational hierarchy.
level String The employee’s experience or management level.
role String The role the position entailed.
secondaryJobTitle String An optional job title for the position.
secondaryRole String An optional role for the position entailed.
startMonthYear Date The start date of the position.
summary String The summary of the position.

JSON representation

The following JSON representation shows the resource type.

{
  "company": {"@odata.type": "microsoft.graph.companyDetail"},
  "description": "String",
  "employeeId": "String",
  "employeeType": "String",
  "endMonthYear": "String (timestamp)",
  "jobTitle": "String",
  "layer": "Int32",
  "level": "String",
  "role": "String",
  "secondaryJobTitle": "String",
  "secondaryRole": "String",
  "startMonthYear": "String (timestamp)",
  "summary": "String"
}