| title | personType resource type |
|---|---|
| description | Represents the type of person. |
| ms.localizationpriority | medium |
| author | simonhult |
| ms.subservice | insights |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the type of person.
The following JSON representation shows the resource type.
{
"class": "string",
"subclass": "string"
}
| Property | Type | Description |
|---|---|---|
| class | String | The type of data source, such as Person. |
| subclass | String | The secondary type of data source, such as OrganizationUser. |