personType resource type

Namespace: microsoft.graph

Represents the type of person.

JSON representation

The following is a JSON representation of the resource.

{
  "class": "string",
  "subclass": "string"
}

Properties

Property Type Description
class String The type of data source, such as Person.
subclass String The secondary type of data source, such as OrganizationUser.