| title | positionDetail resource type |
|---|---|
| description | positionDetail resource type |
| ms.localizationpriority | medium |
| author | kevinbellinger |
| ms.subservice | people |
| doc_type | resourcePageType |
| ms.date | 08/20/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents information about positions related to entities within a user's profile.
| 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. |
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"
}